We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2a7e7 commit aed31e2Copy full SHA for aed31e2
.github/workflows/lint.yml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
pip install black
35
- name: Run Lint
36
- uses: wearerequired/lint-action@v1.10.0
+ uses: wearerequired/lint-action@v1.11.0
37
with:
38
github_token: ${{ secrets.github_token }}
39
black: true
0 commit comments