Testing-git/.forgejo/workflows/listdir.yaml.disabled
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

10 lines
193 B
Text

on: [push]
jobs:
print-content:
runs-on: debian-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: list directory contents
run: ls -la