Skip to content

build(deps): bump DeterminateSystems/update-flake-lock from 19 to 20 #185

build(deps): bump DeterminateSystems/update-flake-lock from 19 to 20

build(deps): bump DeterminateSystems/update-flake-lock from 19 to 20 #185

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@v25
- name: run tests
run:
nix develop -c 'tox'