@@ -1,6 +1,4 @@
name: ESLint Check
-permissions:
- contents: read
on:
push:
@@ -14,6 +12,9 @@ on:
- 'js/package-lock.json'
- .github/workflows/eslint.yml
+permissions:
+ contents: read
+
jobs:
eslint:
runs-on: ubuntu-latest
@@ -5,6 +5,7 @@ on:
workflows: ["Tests"]
types:
- completed
permissions: {}