Skip to content

Commit

Permalink
Fix stylelint reporter
Browse files Browse the repository at this point in the history
Previous running not working for some reason, updating to use
given example spec https://github.com/reviewdog/action-stylelint
  • Loading branch information
Mark-Powers committed Sep 24, 2024
1 parent 21a56d6 commit a61dcea
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/lint-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ jobs:
name: runner / stylelint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: reviewdog/action-stylelint@v1
- uses: actions/checkout@v4
- name: stylelint
uses: reviewdog/action-stylelint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
stylelint_input: '**/*.css'

0 comments on commit a61dcea

Please sign in to comment.