use non-fork version of stylelint-action

This commit is contained in:
Andreas Nedbal 2023-05-18 17:46:04 +02:00 committed by Andreas Nedbal
parent a1856dbfe6
commit 785ef72c34

View file

@ -104,7 +104,7 @@ jobs:
yarn install --frozen-lockfile
if: steps.changed-files.outputs.any_changed == 'true'
- name: stylelint
uses: pixeldesu/action-stylelint@5ec750b03a94da735352bdb02e9dfc3d5af33aba
uses: reviewdog/action-stylelint@v1.16.0
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-check