Skip to content

chore(deps): update actions/checkout action to v4.1.6 #86

chore(deps): update actions/checkout action to v4.1.6

chore(deps): update actions/checkout action to v4.1.6 #86

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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- 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