Skip to content

CI: add ruff linting job, fix PEP8/257 violations and formatting #3

CI: add ruff linting job, fix PEP8/257 violations and formatting

CI: add ruff linting job, fix PEP8/257 violations and formatting #3

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint-ruff:
runs-on: ubuntu-latest
name: ruff
steps:
- name: Check out source repository
uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1