Skip to content

Use rye for Python CI #4

Use rye for Python CI

Use rye for Python CI #4

Workflow file for this run

name: Python lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: sksat/[email protected]
- name: Rye lint
run: rye lint