Merge pull request #430 from Bootstrap-Academy/renovate/url-2.x #1257
This file contains hidden or 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@v5 | |
- uses: cachix/install-nix-action@v31 | |
- 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 --accept-flake-config -L --keep-going -j1 .#checks |