Skip to content

Merge pull request #421 from Pat-Lafon/main #20

Merge pull request #421 from Pat-Lafon/main

Merge pull request #421 from Pat-Lafon/main #20

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ruff check
uses: astral-sh/ruff-action@v3
- name: ruff format
uses: astral-sh/ruff-action@v3
with:
args: "format --check --diff"