This commit is contained in:
parent
957f4d13d9
commit
32c93c6d02
2 changed files with 16 additions and 0 deletions
16
.forgejo/workflows/treedir.yaml
Normal file
16
.forgejo/workflows/treedir.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
print-content:
|
||||||
|
runs-on: debian-latest
|
||||||
|
steps:
|
||||||
|
- name: checkout code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: install tree
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y tree
|
||||||
|
|
||||||
|
- name: list directory contents
|
||||||
|
run: tree -a
|
||||||
Loading…
Add table
Add a link
Reference in a new issue