Philip H.
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
6 additions and
0 deletions
-
.github/workflows/lint.yml
-
.github/workflows/npm-update-bot.yml
|
|
@ -20,6 +20,9 @@ jobs: |
|
|
|
node-version: 'current' |
|
|
|
check-latest: true |
|
|
|
cache: 'npm' |
|
|
|
cache-dependency-path: | |
|
|
|
package-lock.json |
|
|
|
src/package-lock.json |
|
|
|
|
|
|
|
- name: npm run lint |
|
|
|
run: | |
|
|
|
|
|
@ -19,6 +19,9 @@ jobs: |
|
|
|
node-version: 'current' |
|
|
|
check-latest: true |
|
|
|
cache: 'npm' |
|
|
|
cache-dependency-path: | |
|
|
|
package-lock.json |
|
|
|
src/package-lock.json |
|
|
|
|
|
|
|
- name: Bot 🤖 "Updating NPM Packages..." |
|
|
|
run: | |
|
|
|