Skip to content

CITATIONS (why not?) πŸ™Š #118

CITATIONS (why not?) πŸ™Š

CITATIONS (why not?) πŸ™Š #118

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
- uses: psf/black@stable
with:
options: ". --check"