1
0
Fork 0
mirror of https://git.madhouse-project.org/actions/nix.git synced 2025-01-18 16:41:31 +01:00
nix/.forgejo/workflows/noop.yaml

14 lines
171 B
YAML
Raw Normal View History

---
name: Nothing.
on:
push:
jobs:
nothing:
runs-on: nixos-flakes
steps:
- name: no-op
run: echo "This is only here to make Ironforge happy."