Testing-git/.forgejo/workflows/listdir.yaml.disabled
Bart Koolen 38f24bd7c7
Some checks failed
/ print-content (push) Failing after 4s
Changed the workflow again
2026-04-14 17:34:48 +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