Skip to content

Merge branch 'main' into SRC-368 #137

Merge branch 'main' into SRC-368

Merge branch 'main' into SRC-368 #137

Workflow file for this run

name: Build
on:
- push
- pull_request
- workflow_dispatch
jobs:
build-python:
uses: goes-funky/workflows/.github/workflows/build-python.yaml@master
with:
python-version: "3.9"
poetry-version: "1.3.2"
skip-mypy: true
is-repo-public: true
skip-tests: false
skip-isort: true
skip-format: true
skip-lint: true
secrets:
ssh-private-key: ${{ secrets.GH_REPO_READ_SSH_KEY }}