Skip to content

Pin loader to 11f0384fa #163

Pin loader to 11f0384fa

Pin loader to 11f0384fa #163

Workflow file for this run

---
name: Bash CI
on:
pull_request:
push:
branches:
- main
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2028