Replace custom action by shell script

This commit is contained in:
Jean-Michel Picod
2020-02-28 15:52:09 +01:00
parent 47c523e959
commit 19056abbf3
5 changed files with 19 additions and 67 deletions

View File

@@ -26,11 +26,7 @@ jobs:
- name: Register matcher
run: echo ::add-matcher::./.github/python_matcher.json
- name: Test code with pylint
uses: ./github_actions/pylint
with:
config-file: .pylintrc
files: '**/*.py'
exclude-path: third_party
runs: ./tools/run_pylint.sh
yapf:
runs-on: ubuntu-18.04