doc upates and adding shellcheck
This commit is contained in:
parent
dfb153653f
commit
eec8e003fb
2 changed files with 18 additions and 2 deletions
11
.forgejo/workflows/shellcheck.yml
Normal file
11
.forgejo/workflows/shellcheck.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
name: ShellCheck
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
shellcheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run ShellCheck
|
||||
run: shellcheck dotgit.sh demo/demo-note.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue