From: Willenbrink Date: Tue, 17 May 2022 12:07:05 +0000 (+0200) Subject: Merge branch 'b3nj5m1n:main' into do-notation X-Git-Tag: v0.2.0.0~49^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/82a8d3b99967f60b8d749c8d28132439f944bc33?hp=aa7873edfc2550a114711789e804c4ea7f975f1a Merge branch 'b3nj5m1n:main' into do-notation --- diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml new file mode 100644 index 0000000..e982434 --- /dev/null +++ b/.github/workflows/shellcheck.yml @@ -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 diff --git a/programs/git.json b/programs/git.json index e0a5248..697808c 100644 --- a/programs/git.json +++ b/programs/git.json @@ -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" } ] }