Skip to content

Commit

Permalink
Merge pull request #339 from dev-hato/update_super_linter_3_10_0
Browse files Browse the repository at this point in the history
  • Loading branch information
Goryudyuma authored Sep 10, 2020
2 parents 50bbf08 + 3fbbf6f commit a0f3d1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,10 @@ jobs:
run: cp -r ${{ env.venv_path }} /home/runner/work/_temp/_github_workflow/.venv

- name: Lint files
uses: docker://github/super-linter:v3.6.0
uses: docker://github/super-linter:v3.10.0
env:
VALIDATE_ALL_CODEBASE: true
VALIDATE_PYTHON_BLACK: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WORKON_HOME: ""
PYTHONPATH: "/github/workspace/:\
Expand Down

0 comments on commit a0f3d1e

Please sign in to comment.