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 17a1bab commit 5b0237b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions/setup-node@v3
- run: cd template
- run: npm install
- run: ls -al
- run: npx eslint ./src/**/*.ts

windows-browser-test:
Expand All @@ -27,4 +28,5 @@ jobs:
- uses: actions/setup-node@v3
- run: cd template
- run: npm install
- run: ls -al
- run: npx eslint ./src/**/*.ts

0 comments on commit 5b0237b

Please sign in to comment.