Testing-git/.forgejo/workflows/treedir.yaml
Bart Koolen 38f24bd7c7
Some checks failed
/ print-content (push) Failing after 4s
Changed the workflow again
2026-04-14 17:34:48 +02:00

16 lines
307 B
YAML

on: [push]
jobs:
print-content:
runs-on: debian-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: install tree
run: |
sudo apt-get update
sudo apt-get install -y tree
- name: list directory contents
run: tree -a