Skip to content

build(deps): bump cachix/install-nix-action from V28 to 29 #195

build(deps): bump cachix/install-nix-action from V28 to 29

build(deps): bump cachix/install-nix-action from V28 to 29 #195

Workflow file for this run

name: "Test"
on:
pull_request:
push:
branches:
- main
- staging
- trying
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v29
- name: run tests
run:
nix develop -c 'tox'