Skip to content

fix: adjust comments and script #4

fix: adjust comments and script

fix: adjust comments and script #4

Workflow file for this run

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