diff options
author | Dylan Araps <dylan.araps@gmail.com> | 2019-09-19 12:26:12 +0300 |
---|---|---|
committer | Dylan Araps <dylan.araps@gmail.com> | 2019-09-19 12:26:12 +0300 |
commit | 9d54e960117487e1d167c26ed13cd5e7114f7418 (patch) | |
tree | b624e9fec357dec2bd45d1bb129d3668e40b8161 /.github/workflows | |
parent | 4fe65f31d1c43bd10c622bfffffee3674e4f51af (diff) | |
download | pure-sh-bible-9d54e960117487e1d167c26ed13cd5e7114f7418.tar.gz pure-sh-bible-9d54e960117487e1d167c26ed13cd5e7114f7418.zip |
docs: update
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..c60900d --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,9 @@ +name: Shellcheck +on: [push] +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: Run shellcheck. + run: ./test.sh |