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