Skip to content

Commit

Permalink
build(deps): Bump reviewdog/action-flake8 from 3.8.0 to 3.10.0 (#34)
Browse files Browse the repository at this point in the history
* build(deps): Bump reviewdog/action-flake8 from 3.8.0 to 3.10.0

Bumps [reviewdog/action-flake8](https://github.com/reviewdog/action-flake8) from 3.8.0 to 3.10.0.
- [Release notes](https://github.com/reviewdog/action-flake8/releases)
- [Changelog](https://github.com/reviewdog/action-flake8/blob/master/CHANGELOG.md)
- [Commits](reviewdog/action-flake8@v3.8.0...v3.10.0)

---
updated-dependencies:
- dependency-name: reviewdog/action-flake8
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update pull-request-checks.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Zimmermann <[email protected]>
  • Loading branch information
dependabot[bot] and ZPascal authored Jun 10, 2024
1 parent 8a93869 commit 77b5ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: pip install -r requirements.txt

- name: Execute the linting checks
uses: reviewdog/action-flake8@v3.8.0
uses: reviewdog/action-flake8@v3.10.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
flake8_args: --config=.flake8
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
pytest-coverage-path: ./pytest-coverage.txt
junitxml-path: ./pytest.xml
hide-badge: true
create-new-comment: false
create-new-comment: true

- name: Generate coverage badge
run: coverage-badge -f -o docs/coverage.svg
Expand Down

0 comments on commit 77b5ef0

Please sign in to comment.