Testing-git/.forgejo/workflows/treedir.yaml
Bart Koolen b43f67d1db
All checks were successful
/ print-content (push) Successful in 9s
Changed the workflow again
2026-04-14 17:38:54 +02:00

16 lines
294 B
YAML

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