Skip to content

Add Contributor Covenant Code of Conduct #20

Add Contributor Covenant Code of Conduct

Add Contributor Covenant Code of Conduct #20

Workflow file for this run

name: lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
- run: ruff check
- run: ruff format --check