]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Create shellcheck.yml
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Tue, 17 May 2022 02:32:31 +0000 (02:32 +0000)
committerGitHub <noreply@github.com>
Tue, 17 May 2022 02:32:31 +0000 (02:32 +0000)
.github/workflows/shellcheck.yml [new file with mode: 0644]

diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml
new file mode 100644 (file)
index 0000000..e982434
--- /dev/null
@@ -0,0 +1,18 @@
+name: Shellcheck
+
+on:
+  push:
+    branches:
+      - main
+  pull_request:
+    branches:
+      - main
+
+jobs:
+  shellcheck:
+    name: Shellcheck
+    runs-on: ubuntu-latest
+    steps:
+    - uses: actions/checkout@v2
+    - name: Run ShellCheck
+      uses: ludeeus/action-shellcheck@master