Skip to content

chore(deps): update github/codeql-action action to v3.26.12 #94

chore(deps): update github/codeql-action action to v3.26.12

chore(deps): update github/codeql-action action to v3.26.12 #94

Workflow file for this run

name: Shellcheck
on:
push:
paths:
- ".github/workflows/shellcheck.yml"
- "*/*.sh"
workflow_dispatch:
permissions:
contents: read
jobs:
shellcheck:
name: Lint with shellcheck
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Add error matcher
run: echo "::add-matcher::$(pwd)/.github/problem-matcher-gcc.json"
- name: Run shellcheck
run: shellcheck -o all -s sh -f gcc */*.sh