Add some more checks
All checks were successful
/ ls (push) Successful in 3s

This commit is contained in:
Bill Niblock 2025-06-07 16:52:30 +00:00
parent 556383f705
commit 249365e430

View file

@ -15,4 +15,12 @@ jobs:
- name: List the repository files
run: |
ls ${{ github.workspace }}
ls ${{ github.workspace }}
- name: Tell me who I am
run: |
whoami
- name: Check for the Docker socket
run: |
ls -alh /var/run