mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 14:19:53 +01:00
Merge pull request #1761 from Retrospring/dependabot/github_actions/reviewdog/action-stylelint-1.24.0
This commit is contained in:
commit
fdb43c2464
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -104,7 +104,7 @@ jobs:
|
|||
yarn install --frozen-lockfile
|
||||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
- name: stylelint
|
||||
uses: reviewdog/action-stylelint@v1.23.0
|
||||
uses: reviewdog/action-stylelint@v1.24.0
|
||||
with:
|
||||
github_token: ${{ secrets.github_token }}
|
||||
reporter: github-pr-check
|
||||
|
|
Loading…
Reference in a new issue