mirror of
https://git.madhouse-project.org/actions/nix.git
synced 2025-01-18 08:31:32 +01:00
29ec176179
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>
13 lines
171 B
YAML
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."
|