Skip to content

chore(deps): bump cachix/install-nix-action from 23 to 25 #28

chore(deps): bump cachix/install-nix-action from 23 to 25

chore(deps): bump cachix/install-nix-action from 23 to 25 #28

Workflow file for this run

# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
on:
push:
paths:
- "**.nix"
- ".github/workflows/tests.yml"
branches:
- main
pull_request:
paths:
- "**.nix"
- ".github/workflows/tests.yml"
name: "Tests"
jobs:
tests:
name: "Unit Tests"
runs-on: ubuntu-latest
steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- name: Checkout
uses: actions/checkout@v4
- name: Install the Nix package manager
uses: cachix/install-nix-action@v25
- name: Run eval
run: |
nix eval .#lib.ci --impure