Skip to content

dryer version of the policy hack #19

dryer version of the policy hack

dryer version of the policy hack #19

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 .