Skip to content

Merge pull request #7 from CadQuery/nested-cube-test #32

Merge pull request #7 from CadQuery/nested-cube-test

Merge pull request #7 from CadQuery/nested-cube-test #32

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: lint
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[dev]
- name: Run lint check
run: |
black --diff --check .