Skip to content

Pyproject.toml and other fixes #165

Pyproject.toml and other fixes

Pyproject.toml and other fixes #165

Workflow file for this run

name: Ruff
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' || (github.event_name == 'push') }}
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1