Use apt ShellCheck in CI

This commit is contained in:
2026-01-25 00:18:22 +00:00
parent 18eda7ae6b
commit 0e87cee872

View File

@@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ludeeus/action-shellcheck@v1
with:
scandir: dotfiles
- name: Install ShellCheck
run: sudo apt-get update && sudo apt-get install -y shellcheck
- name: Run ShellCheck
run: shellcheck dotfiles/**/*.sh