Changed the workflow again
All checks were successful
/ print-content (push) Successful in 10s

This commit is contained in:
Bart Koolen 2026-04-14 17:34:48 +02:00
parent 957f4d13d9
commit 32c93c6d02
2 changed files with 16 additions and 0 deletions

View 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