0
0
mirror of https://github.com/semver/semver.git synced 2025-08-22 05:48:34 +00:00
semver/.github/workflows/checks.yml
2020-06-18 16:50:54 +03:00

14 lines
255 B
YAML

name: Check chagnes
on: [pull_request]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "12.x"
- run: npm ci
- run: npm run lint