1
0
Files
cloudflare-worker-jwt/.github/workflows/lint.yml
2021-05-23 17:48:49 +02:00

19 lines
308 B
YAML

name: Lint
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 15.x
- run: npm ci
- run: npm run lint --if-present