mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-06-03 10:14:08 +02:00
semver ci
This commit is contained in:
parent
4e18c3b3cd
commit
4b24fb5ddc
1 changed files with 19 additions and 0 deletions
|
|
@ -29,3 +29,22 @@ jobs:
|
||||||
instance: https://cache.icewind.link
|
instance: https://cache.icewind.link
|
||||||
authToken: "${{ secrets.ATTIC_TOKEN }}"
|
authToken: "${{ secrets.ATTIC_TOKEN }}"
|
||||||
- run: nix flake check --keep-going
|
- 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 }}"
|
||||||
|
- name: Check steam-vent-proto
|
||||||
|
run: nix run .#semver-checks
|
||||||
|
- name: Check steam-vent-proto-common
|
||||||
|
working-directory: ./common
|
||||||
|
run: nix run .#semver-checks
|
||||||
|
- name: Check steam-vent-proto-steam
|
||||||
|
working-directory: ./steam
|
||||||
|
run: nix run .#semver-checks
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue