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

16 lines
297 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 -a