Skip to content

step 4: drop Context Hub (never used), trim FidgetFlo + add hotlink #62

step 4: drop Context Hub (never used), trim FidgetFlo + add hotlink

step 4: drop Context Hub (never used), trim FidgetFlo + add hotlink #62

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