Skip to content

Merge remote-tracking branch 'origin/master' #98

Merge remote-tracking branch 'origin/master'

Merge remote-tracking branch 'origin/master' #98

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9"
- run: python -m pip install ruff
- run: ruff check .