Skip to content

Infrastructure release 1.5.5 (#1945) #369

Infrastructure release 1.5.5 (#1945)

Infrastructure release 1.5.5 (#1945) #369

Workflow file for this run

name: Shellcheck
on:
push:
paths:
- "**/*.sh"
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Shellcheck
run: |
.github/workflows/scripts/run-shellcheck.sh