Skip to content

Commit

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

Bumps [reviewdog/action-flake8](https://github.com/reviewdog/action-flake8) from 3.12.0 to 3.13.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.12.0...v3.13.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 Jul 15, 2024
1 parent 9f671f0 commit 0796e77
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
jobs:

test:
permissions: write-all
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -31,6 +30,7 @@ jobs:

lint:
runs-on: ubuntu-latest
permissions: write-all
strategy:
matrix:
python-version: [ '3.10' ]
Expand All @@ -49,13 +49,14 @@ jobs:
run: pip install -r requirements.txt

- name: Execute the linting checks
uses: reviewdog/action-flake8@v3.12.0
uses: reviewdog/action-flake8@v3.13.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
flake8_args: --config=.flake8

coverage:
runs-on: ubuntu-latest
permissions: write-all
strategy:
matrix:
python-version: [ '3.10' ]
Expand Down

0 comments on commit 0796e77

Please sign in to comment.