1
0
Fork 0
mirror of https://git.madhouse-project.org/actions/nix.git synced 2024-10-16 15:54:42 +02:00
nix/.forgejo/workflows/noop.yaml
Gergely Nagy 29ec176179 ci: Add a dummy workflow
For the badge to work, we need to run at least one workflow for every
push, otherwise Ironforge will be sad.

Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
2023-09-22 22:29:30 +02:00

13 lines
171 B
YAML

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