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

14 lines
171 B
YAML
Raw Permalink 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."