Skip to content

fix(uninstall,INSTALL.md): cbraintg ownership note + stale-lock doc fix #92

fix(uninstall,INSTALL.md): cbraintg ownership note + stale-lock doc fix

fix(uninstall,INSTALL.md): cbraintg ownership note + stale-lock doc fix #92

Workflow file for this run

name: Lint Shell Scripts
on:
push:
branches: [main]
paths-ignore:
- '**.md'
- 'docs/**'
- 'README*'
- '.github/CODEOWNERS'
pull_request:
branches: [main]
paths-ignore:
- '**.md'
- 'docs/**'
- 'README*'
- '.github/CODEOWNERS'
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.0.0
with:
scandir: '.'
severity: warning
ignore_paths: terminal-academy node_modules