Skip to content

build(deps): bump DeterminateSystems/magic-nix-cache-action from 8 to 9 #60

build(deps): bump DeterminateSystems/magic-nix-cache-action from 8 to 9

build(deps): bump DeterminateSystems/magic-nix-cache-action from 8 to 9 #60

Workflow file for this run

name: CI
on:
pull_request:
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Nix
uses: cachix/install-nix-action@3715ab1a11cac9e991980d7b4a28d80c7ebdd8f9 # v27
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Set up magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 # v9
- name: Prepare Nix shell
run: nix develop --impure .#ci
- name: Download dependencies
run: nix develop --impure .#ci -c npm install
- name: Build
run: nix develop --impure .#ci -c npm run build