Skip to content

Update Cedar Detect / Solve and Solidify Align (#256) #491

Update Cedar Detect / Solve and Solidify Align (#256)

Update Cedar Detect / Solve and Solidify Align (#256) #491

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/nox@2024.04.15
with:
python-versions: "3.9"
- run: nox -s lint format type_hints smoke_tests unit_tests