Skip to content

build(deps): bump cachix/install-nix-action from 22 to 25 #180

build(deps): bump cachix/install-nix-action from 22 to 25

build(deps): bump cachix/install-nix-action from 22 to 25 #180

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@v3
- uses: cachix/install-nix-action@v25
- name: run tests
run:
nix develop -c 'tox'