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

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

0 comments on commit 36b476f

Please sign in to comment.