Update lint.yml
This commit is contained in:
parent
339d9e5ddf
commit
e2e1abcca6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
@ -15,8 +15,8 @@ jobs:
|
|||
- uses: usama2490/lintly-flake8-github-action@v1.1
|
||||
with:
|
||||
# The GitHub API token to create reviews with
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ secrets.ACTION_GITHUB_TOKEN }}
|
||||
# Fail if "new" violations detected or "any", default "new"
|
||||
failIf: new
|
||||
# Additional arguments to be black compliant
|
||||
args: "--max-line-length=88 --extend-ignore=E203 --exclude=*/tests/*"
|
||||
args: "--max-line-length=88 --extend-ignore=E203 --exclude=*/tests/*"
|
||||
|
|
Loading…
Add table
Reference in a new issue