Skip to content

Audit sweep: move Obsidian back to Step 7, fix stale docs, clean dead… #28

Audit sweep: move Obsidian back to Step 7, fix stale docs, clean dead…

Audit sweep: move Obsidian back to Step 7, fix stale docs, clean dead… #28

Workflow file for this run

name: Lint Shell Scripts
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@94e0aab03ca135d11a35e5bfc14e6746dc56e7e9 # v2.0.0
with:
scandir: '.'
severity: warning
ignore_paths: terminal-academy node_modules