Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Oct 29, 2024
1 parent 3c24f7a commit 935bfde
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 254 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,19 @@ jobs:
authToken: "${{ secrets.ATTIC_TOKEN }}"
- run: nix build .#checks.x86_64-linux.${{ matrix.check }}

semver-checks:
runs-on: ubuntu-latest
needs: [checks]
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- uses: icewind1991/attic-action@v1
with:
name: ci
instance: https://cache.icewind.me
authToken: "${{ secrets.ATTIC_TOKEN }}"
- run: nix run .#semver-checks

tests:
runs-on: ubuntu-latest
needs: [checks]
Expand Down
Loading

0 comments on commit 935bfde

Please sign in to comment.