This commit is contained in:
parent
9406e15ff6
commit
b947ea0748
1 changed files with 9 additions and 0 deletions
9
.forgejo/workflows/playing-around.yaml
Normal file
9
.forgejo/workflows/playing-around.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
print-content:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: list directory contents
|
||||
run: ls -la
|
||||
Loading…
Add table
Add a link
Reference in a new issue