Skip to content

test ruff action

test ruff action #5

Workflow file for this run

name: Ruff
on: [push]
jobs:
Ruff:
name: Ruff
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Linting code with ruff
uses: chartboost/ruff-action@v1
with:
src: "."
args: --config .github/pyproject.tomlt