Check for commands
All checks were successful
Test / test-ci (push) Successful in 5s

This commit is contained in:
2025-04-20 01:16:57 -04:00
parent 7871c3218e
commit a34c3b624e

View File

@@ -18,6 +18,9 @@ jobs:
run: |
whoami
env
echo "------------"
echo "jq: $(command -v jq)"
echo "python3: $(python3 -V)"
echo "git: $(command -v git)"
- name: Print success
run: echo "✅ Rootless Docker is working inside Gitea act_runner"