Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 935bfde

Browse files
committed
updates
1 parent 3c24f7a commit 935bfde

File tree

4 files changed

+217
-254
lines changed

4 files changed

+217
-254
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,19 @@ jobs:
4949
authToken: "${{ secrets.ATTIC_TOKEN }}"
5050
- run: nix build .#checks.x86_64-linux.${{ matrix.check }}
5151

52+
semver-checks:
53+
runs-on: ubuntu-latest
54+
needs: [checks]
55+
steps:
56+
- uses: actions/checkout@v4
57+
- uses: cachix/install-nix-action@v26
58+
- uses: icewind1991/attic-action@v1
59+
with:
60+
name: ci
61+
instance: https://cache.icewind.me
62+
authToken: "${{ secrets.ATTIC_TOKEN }}"
63+
- run: nix run .#semver-checks
64+
5265
tests:
5366
runs-on: ubuntu-latest
5467
needs: [checks]

0 commit comments

Comments
 (0)