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