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