Add GitHub Actions ci
commit94a621ae4e218c49a0446a700774d79519d71941
authortoonn <toonn@toonn.io>
Tue, 3 Sep 2019 17:42:10 +0000 (3 19:42 +0200)
committertoonn <toonn@toonn.io>
Tue, 3 Sep 2019 19:05:42 +0000 (3 21:05 +0200)
tree36f833ed7e87180c59743cdb161efdd969d0794e
parent5e66753a7222e585e8a31f617ac3a3c94743f288
Add GitHub Actions ci

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.
.github/workflows/python.yml [new file with mode: 0644]
.github/workflows/shellcheck.yml [new file with mode: 0644]
ranger/data/scope.sh