Skip to content

Commit

Permalink
reviewdog 使ってみる
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed Feb 18, 2023
1 parent 5d3cb0a commit c099444
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
with:
node-version: 18
cache: 'npm'
- uses: reviewdog/action-setup@v1

- run: npm install
- run: npm run --workspaces lint
- run: npm run --workspaces lint | reviewdog -f=tsc -reporter=github-check

0 comments on commit c099444

Please sign in to comment.