Update lint.yml

pull/6/head
Yax 3 years ago committed by GitHub
parent 339d9e5ddf
commit e2e1abcca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,8 +15,8 @@ jobs:
- uses: usama2490/lintly-flake8-github-action@v1.1 - 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.GITHUB_TOKEN }} token: ${{ secrets.ACTION_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
args: "--max-line-length=88 --extend-ignore=E203 --exclude=*/tests/*" args: "--max-line-length=88 --extend-ignore=E203 --exclude=*/tests/*"

Loading…
Cancel
Save