mirror of
https://git.madhouse-project.org/actions/nix.git
synced 2025-04-20 01:30:15 +03:00
ci: workflow updates
Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
This commit is contained in:
parent
578aef2674
commit
b383d26223
5 changed files with 4 additions and 17 deletions
|
@ -9,7 +9,7 @@ on:
|
|||
|
||||
jobs:
|
||||
nix/build:
|
||||
runs-on: nixos-flakes
|
||||
runs-on: nixos-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
@ -9,7 +9,7 @@ on:
|
|||
|
||||
jobs:
|
||||
nix/develop:
|
||||
runs-on: nixos-flakes
|
||||
runs-on: nixos-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
@ -10,7 +10,7 @@ on:
|
|||
|
||||
jobs:
|
||||
nix/shell:
|
||||
runs-on: nixos-flakes
|
||||
runs-on: nixos-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
name: Nothing.
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
nothing:
|
||||
runs-on: nixos-flakes
|
||||
|
||||
steps:
|
||||
- name: no-op
|
||||
run: echo "This is only here to make Ironforge happy."
|
|
@ -9,7 +9,7 @@ on:
|
|||
|
||||
jobs:
|
||||
shellcheck:
|
||||
runs-on: nixos-flakes
|
||||
runs-on: nixos-latest
|
||||
|
||||
steps:
|
||||
- name: checkout
|
||||
|
|
Loading…
Reference in a new issue