summaryrefslogtreecommitdiff
path: root/.forgejo/workflows/hello-world.yml
diff options
context:
space:
mode:
Diffstat (limited to '.forgejo/workflows/hello-world.yml')
-rw-r--r--.forgejo/workflows/hello-world.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.forgejo/workflows/hello-world.yml b/.forgejo/workflows/hello-world.yml
index e7efddd..51b8052 100644
--- a/.forgejo/workflows/hello-world.yml
+++ b/.forgejo/workflows/hello-world.yml
@@ -11,5 +11,7 @@ jobs:
hello:
runs-on: docker
steps:
- - name: Echo Hello World
- run: echo "Hello World"
+ - name: checkout code
+ uses: actions/checkout@v4
+ - name: list directory contents
+ run: ls -la