Skip to content

Introduce shellcheck to lint shell scripts #1

Introduce shellcheck to lint shell scripts

Introduce shellcheck to lint shell scripts #1

Workflow file for this run

on:
push:
paths:
- '**/*.{sh,bash,fish}'
- './bin/*'
- './scripts/git/pre-commit'
- './src/llvm/ext/find-llvm-config'
- '.github/workflows/lint-shellcheck.yml'
pull_request:
paths:
- '**/*.{sh,bash,fish}'
- './bin/*'
- './scripts/git/pre-commit'
- './src/llvm/ext/find-llvm-config'
- '.github/workflows/lint-shellcheck.yml'
name: "Lint Shellcheck"
permissions: {}
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu:24.04
steps:
- run: shellcheck --version
- uses: actions/checkout@v4
- run: make lint-shellcheck