Skip to content

[Actions] Updated to crazy-max/ghaction-github-pages@v3.1.0 #63

[Actions] Updated to crazy-max/ghaction-github-pages@v3.1.0

[Actions] Updated to crazy-max/ghaction-github-pages@v3.1.0 #63

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-package:
if: "!contains(github.event.pull_request.labels.*.name, 'docs-only')"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: compas-dev/compas-actions.build@v3.0.1
with:
test_lint: true
test_compas: true