mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
Update ci.yml
This commit is contained in:
parent
672319273b
commit
57aacdae53
1 changed files with 2 additions and 11 deletions
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
|
|
@ -8,14 +8,5 @@ jobs:
|
|||
ci:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
with: {node-version: 13.x}
|
||||
- uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.npm
|
||||
key: ${{runner.os}}-npm-${{hashFiles('**/package-lock.json')}}
|
||||
restore-keys: ${{runner.os}}-npm-
|
||||
- run: npm ci
|
||||
- run: npm run style:check
|
||||
- run: npm test
|
||||
- run: |
|
||||
ls
|
||||
|
|
|
|||
Loading…
Reference in a new issue