We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f791781 commit 063c55eCopy full SHA for 063c55e
.github/workflows/lint.yml
@@ -17,6 +17,7 @@ jobs:
17
- uses: actions/checkout@v3
18
- uses: actions/setup-node@v3
19
- run: npm install
20
+ working-directory: ./template
21
- run: npx eslint ./src/**/*.ts
22
working-directory: ./template
23
@@ -26,5 +27,6 @@ jobs:
26
27
28
29
30
31
32
0 commit comments