]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge branch 'b3nj5m1n:main' into do-notation
authorWillenbrink <sebastian.willenbrink@gmail.com>
Tue, 17 May 2022 12:07:05 +0000 (14:07 +0200)
committerGitHub <noreply@github.com>
Tue, 17 May 2022 12:07:05 +0000 (14:07 +0200)
.github/workflows/shellcheck.yml [new file with mode: 0644]
programs/git.json

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
index e0a524800e1a54089c43d3e0d895e9468363d814..697808cdf4101102d65eda1131a93c94f2a24b6b 100644 (file)
@@ -5,6 +5,11 @@
             "path": "$HOME/.gitconfig",
             "movable": true,
             "help": "XDG is supported out-of-the-box, so we can simply move the file to _XDG_CONFIG_HOME/git/config_.\n"
+        },
+        {
+            "path": "$HOME/.git-credentials",
+            "movable": true,
+            "help": "XDG is supported out-of-the-box, so we can simply move the file to _XDG_CONFIG_HOME/git/credentials_.\n"
         }
     ]
 }