Skip to content

minor bump

minor bump #74

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
name: Main Branch QA
permissions:
contents: read
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
pipeline:
uses: ./.github/workflows/pipeline.yml
with:
os: ubuntu-latest
run-lint: true
run-typecheck: true
run-test: true
run-build: false