Skip to content

Merge pull request #7 from JLay2026/feat/partsmith-helpers #19

Merge pull request #7 from JLay2026/feat/partsmith-helpers

Merge pull request #7 from JLay2026/feat/partsmith-helpers #19

Workflow file for this run

---
name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
lint:
name: ruff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install ruff
run: pip install ruff
- name: Lint
run: ruff check src/ tests/