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 24605f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ 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
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 24605f3

Please sign in to comment.