Skip to content

Merge branch 'main' into fix-minor-issues #154

Merge branch 'main' into fix-minor-issues

Merge branch 'main' into fix-minor-issues #154

Workflow file for this run

name: Minimal CI
on:
push:
branches:
- "**"
paths-ignore:
- README.md
- CHANGELOG.md
- LICENSE
- AUTHORS.md
- CONTRIBUTING.md
- docs/**
- mkdocs.yml
jobs:
test:
uses: arup-group/actions-city-modelling-lab/.github/workflows/python-install-lint-test.yml@main
with:
os: ubuntu-latest
py3version: "12"
lint: false
upload_to_codecov: false