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 d77f8cc commit 276875cCopy full SHA for 276875c
.github/workflows/lint.yml
@@ -15,15 +15,13 @@ jobs:
15
uses: actions/setup-python@v4
16
with:
17
python-version: "3.8"
18
- - name: Download flake8 config
19
- run: |
20
- curl -L https://github.com/ament/ament_lint/raw/humble/ament_flake8/ament_flake8/configuration/ament_flake8.ini > tox.ini
21
- name: Run flake8
22
uses: reviewdog/action-flake8@v3
23
24
github_token: ${{ secrets.GITHUB_TOKEN }}
25
reporter: "github-pr-review"
26
- flake8_args: "--config tox.ini"
+ flake8_args: "--config .flake8"
+ fail_on_error: "true"
27
cpplint:
28
runs-on: ubuntu-latest
29
steps:
0 commit comments