fix(workflows): checkout seems promising
Some checks failed
/ test (push) Failing after 9s

This commit is contained in:
devaine 2026-03-05 01:30:41 -06:00
commit 8ce40ea29b
Signed by: devaine
GPG key ID: 954B1DCAC6FF84EE

View file

@ -5,6 +5,9 @@ jobs:
container: container:
image: ubuntu:latest image: ubuntu:latest
steps: steps:
- name: Checkout repo
uses: actions/checkout@v6
- run: | - run: |
ls -la ls -la
echo "test" echo "test"