Skip to content

Fix/4890 prevent id rename #1728

Fix/4890 prevent id rename

Fix/4890 prevent id rename #1728

Workflow file for this run

name: ShellCheck Lint
on: [pull_request, merge_group]
jobs:
# Reference: https://github.com/koalaman/shellcheck/wiki/GitHub-Actions#github-advanced-security-integration
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
run: find build-scripts bin -type f \( -name '*.sh' -o ! -name '*.*' \) -print -exec shellcheck {} +