Skip to content

Made test_microsim.py a test that only runs locally (not on GH Actions) #147

Made test_microsim.py a test that only runs locally (not on GH Actions)

Made test_microsim.py a test that only runs locally (not on GH Actions) #147

Workflow file for this run

name: Check code formatting
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: psf/black@stable
with:
options: "-l 79 --check"
src: "."