Actualiser .gitea/workflows/test.yml
This commit is contained in:
parent
f8208cb1da
commit
cdcbc82363
1 changed files with 2 additions and 3 deletions
|
@ -5,9 +5,8 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build and deploy:
|
build and deploy:
|
||||||
steps:
|
steps:
|
||||||
- name: check folder
|
- uses: actions/checkout@v3
|
||||||
uses: actions/checkout@v3
|
- run: |
|
||||||
run: |
|
|
||||||
pwd
|
pwd
|
||||||
echo 'hello world'
|
echo 'hello world'
|
||||||
ls -a
|
ls -a
|
||||||
|
|
Loading…
Reference in a new issue