doc upates and adding shellcheck

This commit is contained in:
Matthias Johnson 2026-03-03 08:19:39 -07:00
parent dfb153653f
commit eec8e003fb
2 changed files with 18 additions and 2 deletions

View 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