Skip to content

Merge pull request #422 from compas-dev/feature_plan_c_motion_uses_wa… #855

Merge pull request #422 from compas-dev/feature_plan_c_motion_uses_wa…

Merge pull request #422 from compas-dev/feature_plan_c_motion_uses_wa… #855

Workflow file for this run

name: build
on:
push:
branches:
- main
- wip
pull_request:
jobs:
build:
if: "!contains(github.event.pull_request.labels.*.name, 'docs-only')"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: ['3.8', '3.9', '3.10']
steps:
- uses: compas-dev/compas-actions.build@v3
with:
python: ${{ matrix.python }}
invoke_lint: true