This commit is contained in:
15
.gitea/workflows/main.yaml
Normal file
15
.gitea/workflows/main.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Scripts Testing
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
scripts-download-test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- name: Execute download script bash
|
||||
run: |
|
||||
bash ${{ gitea.workspace }}/scripts-download.sh
|
Reference in New Issue
Block a user