Skip to content

Merge pull request #1 from arthurfg/feat/add-pre-commit #6

Merge pull request #1 from arthurfg/feat/add-pre-commit

Merge pull request #1 from arthurfg/feat/add-pre-commit #6

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'