chore: cache wireit for the inspect-code action (#9975)

This commit is contained in:
Alex Rudenko 2023-04-05 13:27:03 +02:00 committed by GitHub
parent 05a44afe5a
commit 8222bc01b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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