1
0
Fork 0
mirror of https://codeberg.org/demostf/sync.git synced 2026-06-03 08:34:08 +02:00
This commit is contained in:
Robin Appelman 2025-06-22 22:58:50 +02:00
commit 7a731eb788

View file

@ -5,13 +5,12 @@ on:
jobs: jobs:
checks: checks:
runs-on: ubuntu-latest runs-on: nix
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26 - uses: https://codeberg.org/icewind/attic-action@v1
- uses: icewind1991/attic-action@v1
with: with:
name: ci name: link
instance: https://cache.icewind.me 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