mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 18:54:05 +02:00
workflow updates
This commit is contained in:
parent
f8440df91e
commit
55a44da516
1 changed files with 4 additions and 6 deletions
|
|
@ -5,11 +5,10 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checks:
|
checks:
|
||||||
runs-on: ubuntu-latest
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: cachix/install-nix-action@v27
|
- uses: https://codeberg.org/icewind/attic-action@v1
|
||||||
- uses: icewind1991/attic-action@v1
|
|
||||||
with:
|
with:
|
||||||
name: ci
|
name: ci
|
||||||
instance: https://cache.icewind.me
|
instance: https://cache.icewind.me
|
||||||
|
|
@ -17,12 +16,11 @@ jobs:
|
||||||
- run: nix flake check --keep-going
|
- run: nix flake check --keep-going
|
||||||
|
|
||||||
semver:
|
semver:
|
||||||
runs-on: ubuntu-latest
|
runs-on: nix
|
||||||
needs: checks
|
needs: checks
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: cachix/install-nix-action@v27
|
- uses: https://codeberg.org/icewind/attic-action@v1
|
||||||
- uses: icewind1991/attic-action@v1
|
|
||||||
with:
|
with:
|
||||||
name: ci
|
name: ci
|
||||||
instance: https://cache.icewind.me
|
instance: https://cache.icewind.me
|
||||||
Loading…
Add table
Add a link
Reference in a new issue