mirror of
https://codeberg.org/steam-vent/proto-csgo.git
synced 2026-06-03 10:04:08 +02:00
semver ci
This commit is contained in:
parent
31431417d1
commit
2cd1148643
2 changed files with 16 additions and 4 deletions
|
|
@ -29,3 +29,15 @@ jobs:
|
|||
instance: https://cache.icewind.link
|
||||
authToken: "${{ secrets.ATTIC_TOKEN }}"
|
||||
- run: nix flake check --keep-going
|
||||
|
||||
semver:
|
||||
runs-on: nix
|
||||
needs: checks
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://codeberg.org/icewind/attic-action@v1
|
||||
with:
|
||||
name: ci
|
||||
instance: https://cache.icewind.me
|
||||
authToken: "${{ secrets.ATTIC_TOKEN }}"
|
||||
- run: nix run .#semver-checks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue