Skip to content

build(deps): bump actions/checkout from 5 to 6 #230

build(deps): bump actions/checkout from 5 to 6

build(deps): bump actions/checkout from 5 to 6 #230

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@v6
- uses: cachix/install-nix-action@v31
- name: run tests
run:
nix develop -c tox -p auto