Skip to content

Create CONTRIBUTING.md #26

Create CONTRIBUTING.md

Create CONTRIBUTING.md #26

Workflow file for this run

name: ruff
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: pip install --user ruff
- run: ruff --format=github --target-version=py37 .