Skip to content

Refactor Gen5 PlateNumber creation #1306

Refactor Gen5 PlateNumber creation

Refactor Gen5 PlateNumber creation #1306

Workflow file for this run

name: test
# Taken from https://github.com/actions/starter-workflows/blob/main/ci/python-app.yml
on:
push:
branches: [ main ]
pull_request:
types: [opened, edited, synchronize]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-20.04
name: Quality Checks + Tests
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9.11"
- name: Install hatch
run: pip install hatch
- name: Lint
run: hatch run lint:all
- name: Run Tests
run: hatch run test:test