Skip to content

docs: rename "Quick Nav" to "Quick Navigation" throughout #55

docs: rename "Quick Nav" to "Quick Navigation" throughout

docs: rename "Quick Nav" to "Quick Navigation" throughout #55

Workflow file for this run

name: Lint Shell Scripts
on:
push:
branches: [main]
paths-ignore:
- '**.md'
- 'docs/**'
- 'README*'
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
shellcheck:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.0.0
with:
scandir: '.'
severity: warning
ignore: terminal-academy node_modules