diff options
author | merakor <cem@ckyln.com> | 2020-03-20 20:27:45 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-03-20 20:27:45 +0000 |
commit | ddfe76bf2c621c254ff9271b10a176ea6f0511d5 (patch) | |
tree | 969fc66f696480fe86222795d2920443ad3b9919 /.github/workflows/main.yml | |
parent | 604bb3ce800075c94ebacda677beb73e2cf69642 (diff) | |
download | cpt-ddfe76bf2c621c254ff9271b10a176ea6f0511d5.tar.gz |
remove .github directory
FossilOrigin-Name: 13725f2b68ac6ae8d11e405d38c0226b11d6952caa0dbae4d7168e2e9321f018
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r-- | .github/workflows/main.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 0288b28..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: Shellcheck -on: [push, pull_request] -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: Run shellcheck. - run: shellcheck kiss contrib/* |