Changing pipeline
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 2s

This commit is contained in:
Jose Ivanchechen 2024-12-27 23:27:36 -03:00
parent 209839be44
commit 9090d6f48a

View File

@ -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