Changing pipeline
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 2s
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 2s
This commit is contained in:
parent
209839be44
commit
9090d6f48a
@ -1,8 +1,8 @@
|
||||
name: Scripts Testing
|
||||
name: Check scripts syntax
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
scripts-download-test:
|
||||
check-scripts-syntax:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
@ -10,6 +10,6 @@ jobs:
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- name: Execute download script bash
|
||||
- name: Check scripts syntax
|
||||
run: |
|
||||
bash ${{ gitea.workspace }}/scripts-download.sh
|
||||
bash -n ${{ gitea.workspace }}/*.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user