mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 14:49:25 +00:00
Add style:check to ci workflow
This commit is contained in:
parent
3037861304
commit
58f0ff84d6
3 changed files with 8 additions and 4 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -15,4 +15,5 @@ jobs:
|
|||
key: ${{runner.os}}-npm-${{hashFiles('**/package-lock.json')}}
|
||||
restore-keys: ${{runner.os}}-npm-
|
||||
- run: npm ci
|
||||
- run: npm run style:check
|
||||
- run: npm test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue