Skip to content

Commit

Permalink
Updated .github/workflows/lint-python.yml NO_JIRA
Browse files Browse the repository at this point in the history
  • Loading branch information
ccdc-github-admin committed Sep 7, 2023
1 parent 68eb143 commit e1f53d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lint Python
on: # yamllint disable-line rule:truthy
pull_request:
paths:
- '**/*.py'
- "**/*.py"

jobs:
flake8:
Expand All @@ -15,7 +15,7 @@ jobs:
python_version: ["3.7", "3.9"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -38,7 +38,7 @@ jobs:
python-version: ${{ matrix.python_version }}

- name: Lint Python
uses: reviewdog/action-flake8@v3.6.1
uses: reviewdog/action-flake8@v3
with:
fail_on_error: false
filter_mode: diff_context
Expand Down

0 comments on commit e1f53d5

Please sign in to comment.