[GitHub Actions] Introduce Shellcheck to check bash code (#1018)

This commit is contained in:
Andy Grunwald 2024-12-26 19:00:33 +01:00 committed by GitHub
parent 1b57be94fd
commit ff3d2026a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

25
.github/workflows/shellcheck.yml vendored Normal file
View File

@ -0,0 +1,25 @@
name: Shellcheck
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
schedule:
- cron: "5 1 * * *"
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
ignore_paths: >-
frontend
json