Skip to content

change linter to ruff #34

change linter to ruff

change linter to ruff #34

Workflow file for this run

name: Lint
on:
push:
paths:
- '**.py'
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Lint check ruff
uses: chartboost/ruff-action@v1