aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorBasti <mail@sebastian-sellmeier.de>2021-06-30 18:45:21 +0200
committerSebastian Sellmeier <mail@sebastian-sellmeier.de>2021-07-21 01:04:40 +0200
commita320ab3ff939e1cbe750ecb451aa273dc4e1a4d4 (patch)
tree05e9fd909780f6624086ba987f9dbb54918a54c3 /.github/workflows
parent906259dd2bd9661bfac6b47a7308d9e44bb30034 (diff)
Improve/docs ci naming (#253)
* Fixes --lock not working with autodetection when started from zsh, avoids autodetect because of stability issues * Prepare docs/workflow-config for merge-state
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/shellcheck.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml
deleted file mode 100644
index 48038d4..0000000
--- a/.github/workflows/shellcheck.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-name: ShellCheck
-
-on: [push, pull_request]
-
-jobs:
- shellcheck:
- name: ShellCheck
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v2
-
- - name: Run ShellCheck
- uses: ludeeus/action-shellcheck@master
- with:
- severity: style