Skip to content

definitely need to bump at least minor version #87

definitely need to bump at least minor version

definitely need to bump at least minor version #87

Workflow file for this run

name: Linter
on: [push, pull_request]
jobs:
build-n-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install uv
uses: astral-sh/setup-uv@v5
with: # Latest on 2024-12-28
version: "0.5.13"
- name: "Set up Python"
uses: actions/setup-python@v5
with:
python-version-file: ".python-version"
- name: Lint
run: uvx [email protected] check