Full rewrite

This commit is contained in:
Matthias Morin 2021-03-07 21:47:34 +01:00
parent cafcc389ce
commit 0fb1a8b777
15 changed files with 1238 additions and 131 deletions

17
.github/workflows/shellcheck.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: Shellcheck CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
shellcheck:
runs-on: ubuntu-latest
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
steps:
- uses: actions/checkout@v2
- name: Check for code quality errors
run: ./run_linter.sh