ci: Initial CI test
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 56s

This commit is contained in:
2025-10-03 16:20:47 +02:00
parent 9e7054d962
commit 942bb2f647

View File

@@ -0,0 +1,11 @@
name: Nix Web Proxy Worker
run-name: Web Proxy - Nix
on: [push, merge]
jobs:
setup-nixos-runner:
run-on: ubuntu-latest
container:
image: nixos/nix
steps:
- run: echo "Hello Workflow world!"