Skip to content

Prepare for new Release 7.47.0 (#785) #1479

Prepare for new Release 7.47.0 (#785)

Prepare for new Release 7.47.0 (#785) #1479

---
name: Shell Script CI
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -s bash # See: https://github.com/koalaman/shellcheck/issues/809