This commit is contained in:
parent
a431a580e1
commit
8326d6807b
1 changed files with 10 additions and 0 deletions
10
.forgejo/workflows/print-contents.yaml
Normal file
10
.forgejo/workflows/print-contents.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
name: Print Contents
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
print-content:
|
||||||
|
runs-on: ubuntu-24.04
|
||||||
|
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