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 5b0237b commit 36b476fCopy full SHA for 36b476f
.github/workflows/lint.yml
@@ -16,17 +16,11 @@ jobs:
16
steps:
17
- uses: actions/checkout@v3
18
- uses: actions/setup-node@v3
19
- - run: cd template
20
- - run: npm install
21
- - run: ls -al
22
- - run: npx eslint ./src/**/*.ts
+ - run: cd template && npm install && ls -al && npx eslint ./src/**/*.ts
23
24
windows-browser-test:
25
runs-on: windows-latest
26
27
28
29
30
31
32
0 commit comments