Skip to content

feat: v2.0 split — extract step-4/5 (creativity-maxxing) + step-7 (2n… #31

feat: v2.0 split — extract step-4/5 (creativity-maxxing) + step-7 (2n…

feat: v2.0 split — extract step-4/5 (creativity-maxxing) + step-7 (2n… #31

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