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] on: [push]
jobs: jobs:
scripts-download-test: check-scripts-syntax:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out repository code - name: Check out repository code
@ -10,6 +10,6 @@ jobs:
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- name: Execute download script bash - name: Check scripts syntax
run: | run: |
bash ${{ gitea.workspace }}/scripts-download.sh bash -n ${{ gitea.workspace }}/*.sh