feat(ci): Use attic
All checks were successful
Check / check (push) Successful in 1m30s

This commit is contained in:
Daniel Kempkens 2023-09-13 23:24:22 +02:00
parent b6809ab9b7
commit acbc4d9d71
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -13,4 +13,10 @@ jobs:
init: none
planner: linux
github-token: null
- name: Setup Attic
uses: https://github.com/ryanccn/attic-action@v0
with:
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
cache: ${{ secrets.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }}
- run: nix flake check --keep-going