This commit is contained in:
parent
20f1621fd2
commit
957f4d13d9
2 changed files with 10 additions and 6 deletions
10
.forgejo/workflows/listdir.yaml
Normal file
10
.forgejo/workflows/listdir.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
print-content:
|
||||||
|
runs-on: debian-latest
|
||||||
|
steps:
|
||||||
|
- name: checkout code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: list directory contents
|
||||||
|
run: ls -la
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
on: [push]
|
|
||||||
jobs:
|
|
||||||
test:
|
|
||||||
runs-on: debian-latest
|
|
||||||
steps:
|
|
||||||
- run: echo All good!
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue