Skip to content

Commit

Permalink
debug reviewdog
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrasik committed Jun 25, 2024
1 parent 276c0af commit 3da83f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
pull-requests: write
timeout-minutes: 30
steps:
- uses: reviewdog/action-setup@v1
with:
reviewdog_version: latest
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -50,6 +47,7 @@ jobs:
level: warning
fail_on_error: false
stylelint_input: "**/*.+(ts|tsx)"
reviewdog_version: latest

- name: TypeScript
uses: EPMatt/reviewdog-action-tsc@v1
Expand Down

0 comments on commit 3da83f5

Please sign in to comment.