Skip to content

Bump actions/checkout from 3 to 4 #500

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #500

Workflow file for this run

name: nix-based-ci
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run npm install & build
run: nix develop --command npm install && npm run build
- name: Run tests
run: nix develop --command npm run test