Skip to content

Merge pull request #52 from Botts-Innovative-Research/fix/error-handl… #169

Merge pull request #52 from Botts-Innovative-Research/fix/error-handl…

Merge pull request #52 from Botts-Innovative-Research/fix/error-handl… #169

Workflow file for this run

name: Flake8 Linting
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Install Python 3.14
run: uv python install 3.14
- name: Install dependencies
run: uv sync --all-extras
- name: Lint
run: |
uv run flake8 src/oshconnect