semver ci

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

View file

@ -29,3 +29,15 @@ 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 }}"
- run: nix run .#semver-checks

8
flake.lock generated
View file

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