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:
|
||||
build and deploy:
|
||||
steps:
|
||||
- name: check folder
|
||||
uses: actions/checkout@v3
|
||||
run: |
|
||||
- uses: actions/checkout@v3
|
||||
- run: |
|
||||
pwd
|
||||
echo 'hello world'
|
||||
ls -a
|
||||
|
|
Loading…
Reference in a new issue