mirror of
https://git.madhouse-project.org/actions/nix.git
synced 2024-11-23 20:19:16 +01:00
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>
This commit is contained in:
parent
81d8c45ea2
commit
29ec176179
1 changed files with 13 additions and 0 deletions
13
.forgejo/workflows/noop.yaml
Normal file
13
.forgejo/workflows/noop.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
name: Nothing.
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
nothing:
|
||||
runs-on: nixos-flakes
|
||||
|
||||
steps:
|
||||
- name: no-op
|
||||
run: echo "This is only here to make Ironforge happy."
|
Loading…
Reference in a new issue