0
0
Fork 0
mirror of https://github.com/actions-rs/cargo.git synced 2025-05-03 17:19:22 +03:00

Update ci.yml

This commit is contained in:
Rin Arakaki 2023-02-12 19:26:25 +09:00 committed by GitHub
parent 565d2a19e5
commit 39461a8bfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,5 @@
name: Continuous integration
on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
@ -11,7 +9,7 @@ jobs:
env:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: npm ci
- run: npm run lint
- run: npm run build