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 e513b28 commit c6a653dCopy full SHA for c6a653d
action.yml
@@ -22,13 +22,10 @@ runs:
22
list-files: shell
23
24
- name: flake8
25
- shell: bash
26
- run: |
27
- python $GITHUB_ACTION_PATH/linting_orchestrator.py ${{ github.event_name == 'pull_request' }} flake8 ${{ steps.changes.outputs.addedOrModifiedPython_files }}
28
- env:
29
- GITHUB_TOKEN: ${{ inputs.github_token }}
30
- PR_NUMBER: ${{ github.event.number }}
31
- REPOSITORY_NAME: ${{ github.repository }}
+ uses: reviewdog/action-flake8@v3
+ with:
+ flake8_args: ${{ steps.changes.outputs.addedOrModifiedPython_files }}
+ reporter: github-pr-review
32
33
- name: mypy
34
uses: tsuyoshicho/[email protected]
0 commit comments