meta-aws-tests.sh: readd known good version of ptest-runner #129
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Linting | |
on: | |
push: | |
branches: ["**"] | |
pull_request: | |
branches: [master] | |
jobs: | |
Run-Pre-Commit: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository code | |
uses: actions/checkout@v2 | |
- name: Install Pre-Commit | |
run: pip install pre-commit | |
- name: Run Pre-Commit | |
run: pre-commit run --all-files --color=always --show-diff-on-failure |