Skip to content

chore(deps): bump cachix/install-nix-action from V28 to 30 #36

chore(deps): bump cachix/install-nix-action from V28 to 30

chore(deps): bump cachix/install-nix-action from V28 to 30 #36

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@v30
- name: Run eval
run: |
nix eval .#lib.ci --impure