Skip to content

Move linting to ruff. #129

Move linting to ruff.

Move linting to ruff. #129

Workflow file for this run

name: lint-every-pr
on:
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1