chore: cache wireit for the inspect-code action (#9975)
This commit is contained in:
parent
05a44afe5a
commit
8222bc01b4
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -33,6 +33,8 @@ jobs:
|
|||||||
run: npm ci
|
run: npm ci
|
||||||
env:
|
env:
|
||||||
PUPPETEER_SKIP_DOWNLOAD: true
|
PUPPETEER_SKIP_DOWNLOAD: true
|
||||||
|
# Set up GitHub Actions caching for Wireit.
|
||||||
|
- uses: google/wireit@setup-github-actions-caching/v1
|
||||||
- name: Check code
|
- name: Check code
|
||||||
run: npm run check
|
run: npm run check
|
||||||
- name: Lint code
|
- name: Lint code
|
||||||
|
Loading…
Reference in New Issue
Block a user