We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eaac06 commit 1fee226Copy full SHA for 1fee226
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
# Otherwise, run lint autofixer
56
- name: Lint
57
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.owner.login == github.repository_owner }}
58
- uses: wearerequired/lint-action@v1.10.0
+ uses: wearerequired/lint-action@v2.3.0
59
env:
60
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
61
with:
0 commit comments