Bump reviewdog/action-stylelint from 1.24.0 to 1.26.0
Bumps [reviewdog/action-stylelint](https://github.com/reviewdog/action-stylelint) from 1.24.0 to 1.26.0. - [Release notes](https://github.com/reviewdog/action-stylelint/releases) - [Commits](https://github.com/reviewdog/action-stylelint/compare/v1.24.0...v1.26.0) --- updated-dependencies: - dependency-name: reviewdog/action-stylelint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
93ee61d119
commit
c82c3b1d40
|
@ -104,7 +104,7 @@ jobs:
|
||||||
yarn install --frozen-lockfile
|
yarn install --frozen-lockfile
|
||||||
if: steps.changed-files.outputs.any_changed == 'true'
|
if: steps.changed-files.outputs.any_changed == 'true'
|
||||||
- name: stylelint
|
- name: stylelint
|
||||||
uses: reviewdog/action-stylelint@v1.24.0
|
uses: reviewdog/action-stylelint@v1.26.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.github_token }}
|
github_token: ${{ secrets.github_token }}
|
||||||
reporter: github-pr-check
|
reporter: github-pr-check
|
||||||
|
|
Loading…
Reference in New Issue