bypass action issue: https://github.com/grantmcconnaughey/lintly-flake8-github-action/issues/17
This commit is contained in:
parent
2d8ddcb3cb
commit
dd53d646ce
1 changed files with 2 additions and 2 deletions
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
@ -12,10 +12,10 @@ jobs:
|
||||||
poetry-version: 1.1.12
|
poetry-version: 1.1.12
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: poetry install
|
run: poetry install
|
||||||
- uses: grantmcconnaughey/lintly-flake8-github-action@v1.0
|
- uses: usama2490/lintly-flake8-github-action@v1.1
|
||||||
with:
|
with:
|
||||||
# The GitHub API token to create reviews with
|
# The GitHub API token to create reviews with
|
||||||
token: ${{ secrets.ACTION_GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# Fail if "new" violations detected or "any", default "new"
|
# Fail if "new" violations detected or "any", default "new"
|
||||||
failIf: new
|
failIf: new
|
||||||
# Additional arguments to be black compliant
|
# Additional arguments to be black compliant
|
||||||
|
|
Loading…
Add table
Reference in a new issue