Yax 3 years ago
parent 2d8ddcb3cb
commit dd53d646ce

@ -12,10 +12,10 @@ jobs:
poetry-version: 1.1.12
- name: Install dependencies
run: poetry install
- uses: grantmcconnaughey/lintly-flake8-github-action@v1.0
- uses: usama2490/lintly-flake8-github-action@v1.1
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"
failIf: new
# Additional arguments to be black compliant

Loading…
Cancel
Save