We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84ebb7 commit 33f47bbCopy full SHA for 33f47bb
.github/workflows/lint.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
pip install black
36
- name: Run Lint
37
- uses: wearerequired/lint-action@v2.0.0
+ uses: wearerequired/lint-action@v2.3.0
38
with:
39
github_token: ${{ secrets.github_token }}
40
black: ${{ matrix.python-version != '3.5' }}
0 commit comments