0
0
mirror of https://github.com/semver/semver.git synced 2025-08-22 05:48:34 +00:00
semver/.github/workflows/checks.yml
Yuki Okushi e214dda2fb
Update GHA workflow
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2022-07-21 17:12:23 +09:00

16 lines
275 B
YAML

name: Check changes
on: [pull_request]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- run: npm ci
- run: npm run lint