Polish docs and repo hygiene
This commit is contained in:
20
.github/workflows/shellcheck.yml
vendored
Normal file
20
.github/workflows/shellcheck.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: ShellCheck
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "dotfiles/**/*.sh"
|
||||
- ".github/workflows/shellcheck.yml"
|
||||
pull_request:
|
||||
paths:
|
||||
- "dotfiles/**/*.sh"
|
||||
- ".github/workflows/shellcheck.yml"
|
||||
|
||||
jobs:
|
||||
shellcheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ludeeus/action-shellcheck@v2
|
||||
with:
|
||||
scandir: dotfiles
|
||||
Reference in New Issue
Block a user