Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

build(deps): bump cachix/install-nix-action from 23 to 24 #5

build(deps): bump cachix/install-nix-action from 23 to 24

build(deps): bump cachix/install-nix-action from 23 to 24 #5

Workflow file for this run

name: CI
on:
push:
branches:
- main # Set a branch that will trigger a deployment
pull_request:
jobs:
test:
strategy:
matrix:
platform: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- name: Setup Nix
uses: cachix/install-nix-action@v24
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Run tests
run: nix develop --command just test