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]
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user