We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256f00b commit 3fa3cf1Copy full SHA for 3fa3cf1
1 file changed
.github/workflows/lint.yml
@@ -19,6 +19,8 @@ jobs:
19
steps:
20
- uses: actions/checkout@v6
21
- uses: actions/setup-node@v6
22
+ - run: npm install
23
+ working-directory: ./template
24
- run: npx eslint ./src/**/*.js
25
working-directory: ./template
26
@@ -30,5 +32,7 @@ jobs:
30
32
31
33
34
35
36
37
38
0 commit comments