Skip to content

Fix the script name to be the project name (#801) #13

Fix the script name to be the project name (#801)

Fix the script name to be the project name (#801) #13

Workflow file for this run

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