Skip to content

Refactor DPP script #418

Refactor DPP script

Refactor DPP script #418

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
src: "."
version: "~= 0.9.5"
- run: ruff check
- run: ruff format --check