semver ci

This commit is contained in:
Robin Appelman 2025-10-19 16:00:32 +02:00
commit a858a478e2
2 changed files with 16 additions and 4 deletions

View file

@ -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

8
flake.lock generated
View file

@ -44,11 +44,11 @@
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1757104647,
"narHash": "sha256-Xd/Y6fmBPvmsluVFSlwKvCBErNWAE+etJ5rOmDA6rPo=",
"lastModified": 1760882274,
"narHash": "sha256-po7/m24K3fmeVE/C7KOVwYoM+78E186IspCRfH/4rqg=",
"ref": "refs/heads/main",
"rev": "15c993e6bd77956f4e0b236bb1bef4010d6594eb",
"revCount": 61,
"rev": "a97ecc52130b0ca922f6cd0fa1aebc14212d2a70",
"revCount": 63,
"type": "git",
"url": "https://codeberg.org/icewind/mill-scale.git"
},