scripts/.forgejo/workflows/start.yaml
Workflow config file is invalid. Please check your config file: yaml: line 9: could not find expected ':'
devaine 420efeda8c
Some checks failed
start.yaml / test(workflows): testing to see if it already has the code (push) Failing after 0s
test(workflows): testing to see if it already has the code
2026-03-05 01:16:43 -06:00

9 lines
128 B
YAML

on: [push]
jobs:
test:
runs-on: docker
container:
image: ubuntu:latest
steps:
- run: |
ls -la