test(workflows): testing to see if it already has the code
Some checks failed
start.yaml / test(workflows): testing to see if it already has the code (push) Failing after 0s

This commit is contained in:
devaine 2026-03-05 01:16:43 -06:00
commit 420efeda8c
Signed by: devaine
GPG key ID: 954B1DCAC6FF84EE

View file

@ -2,5 +2,8 @@ on: [push]
jobs:
test:
runs-on: docker
container:
image: ubuntu:latest
steps:
- run: echo "hello world"
- run: |
ls -la