Merge pull request #215 from Bootstrap-Academy/renovate/nutype-0.x #522
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: nix | |
on: | |
push: | |
branches: [develop] | |
pull_request: | |
merge_group: | |
permissions: | |
contents: read | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
if: ${{ !(github.event_name == 'push' && github.actor == 'github-merge-queue[bot]') }} | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: DeterminateSystems/nix-installer-action@v16 | |
- uses: ryanccn/attic-action@v0 | |
with: | |
endpoint: https://cache.bootstrap.academy/ | |
cache: academy | |
# atticd-atticadm make-token --sub github --validity 1y --pull academy --push academy | |
token: ${{ secrets.ATTIC_TOKEN }} | |
- run: nix build -L --keep-going .#checks |