Skip to content

feat: add ruff format #5

feat: add ruff format

feat: add ruff format #5

Workflow file for this run

name: Lint Python
on:
workflow_dispatch:
push:
branches:
- main
jobs:
lint:
name: Lint python
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint source code
uses: chartboost/ruff-action@v1
with:
args: 'format --check'