Changed the workflow again
Some checks failed
/ print-content (push) Failing after 4s

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

View file

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