Skip to content

filter: add another filtr to filter #12

filter: add another filtr to filter

filter: add another filtr to filter #12

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: pip install ruff
- name: Format with ruff
run: ruff format .