nixos-hypervisor/.forgejo/workflows/demo.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 4: cannot unmarshal !!str `docker` into model.Job line 5: cannot unmarshal !!str `nixos/n...` into model.Job line 7: cannot unmarshal !!seq into model.Job
2024-10-23 17:31:19 +02:00

9 lines
138 B
YAML

---
on: push
jobs:
runs-on: docker
image: nixos/nix:2.24.9
steps:
- run: |
ls -alh
echo "All set !"