ci: add bash syntax check
This commit is contained in:
@@ -22,3 +22,12 @@ jobs:
|
||||
provenance: false
|
||||
tags: |
|
||||
backupsidecar:ci-test
|
||||
|
||||
check-syntax:
|
||||
name: Check syntax
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- name: Check syntax
|
||||
run: |
|
||||
bash -n src/backup.sh
|
||||
|
||||
Reference in New Issue
Block a user