Skip to content

Commit

Permalink
#16 Lintを導入
Browse files Browse the repository at this point in the history
  • Loading branch information
ienaga committed Nov 11, 2023
1 parent 36b476f commit 4d07367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: cd template && npm install && ls -al && npx eslint ./src/**/*.ts
- run: cd template && npm install && npx eslint ./src/**/*.ts

windows-browser-test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: cd template && npm install && ls -al && npx eslint ./src/**/*.ts
- run: cd template && npm install && npx eslint ./src/**/*.ts

0 comments on commit 4d07367

Please sign in to comment.