Skip to content

Merge branch 'main' of https://github.com/biological-alignment-benchm… #10

Merge branch 'main' of https://github.com/biological-alignment-benchm…

Merge branch 'main' of https://github.com/biological-alignment-benchm… #10

Workflow file for this run

name: Formatting
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@23.12.0
with:
options: '--check --diff --verbose --line-length=88 --exclude="savanna.py"'
src: "gridagents tests"