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 c91abf5 commit c9f7e76Copy full SHA for c9f7e76
.github/workflows/lint.yml
@@ -16,17 +16,17 @@ jobs:
16
steps:
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
+ - run: |
+ npm install
+ npx eslint ./src/**/*.ts
22
working-directory: ./template
23
24
windows-browser-test:
25
runs-on: windows-latest
26
27
28
29
30
31
32
0 commit comments