Skip to content

adding to all dependencies #26

adding to all dependencies

adding to all dependencies #26

Workflow file for this run

name: Ruff Format
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: astral-sh/ruff-action@v1
with:
args: "check --output-format=github"
changed-files: "true"