Skip to content

Merge pull request #253 from Mic92/new-packaging #217

Merge pull request #253 from Mic92/new-packaging

Merge pull request #253 from Mic92/new-packaging #217

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