summary refs log tree commit diff stats
path: root/.github/workflows/shellcheck.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add GitHub Actions citoonn2019-09-031-0/+22
Run our python tests and shellcheck in seperate workflows only when relevant files are changed, respectively python files or `scope.sh`. This tests with one extra version of python, 3.7. GitHub's version of shellcheck seems to be missing a few flags. So we download the latest stable version, 0.7.0 currently.