Skip to content

---

--- #89

Workflow file for this run

name: Build
on:
- push
- pull_request
jobs:
build-python:
uses: goes-funky/workflows/.github/workflows/build-python.yaml@master
with:
python-version: "3.9"
is-repo-public: true
skip-mypy: true
skip-tests: false
skip-isort: true
skip-format: true
skip-lint: true