Skip to content

Merge branch 'main' of github.com:brickbots/PiFinder #154

Merge branch 'main' of github.com:brickbots/PiFinder

Merge branch 'main' of github.com:brickbots/PiFinder #154

Workflow file for this run

name: nox
on: [push, pull_request]
jobs:
nox:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./python
steps:
- uses: actions/checkout@v4
- uses: wntrblm/[email protected]
with:
python-versions: "3.9"
- run: nox -s lint format type_hints smoke_tests unit_tests