Skip to content

Added GH for basic precommit testing on PR #1

Added GH for basic precommit testing on PR

Added GH for basic precommit testing on PR #1

Workflow file for this run

name: Test and build
# When does this run - new, reopened or updated PRs, pushes to main
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [main]
jobs:
qa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- uses: pre-commit/[email protected]