This commit is contained in:
parent
b6809ab9b7
commit
acbc4d9d71
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue