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: Linting and code style
on: [push]
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: py-actions/flake8@v2
with:
flake8-version: "6.1.0"
max-line-length: "88"
ignore: "E121,E123,E126,E226,E24,E704,W503,W504,E203,E501,F401,W291,E266,F403,F405,F841,E265,F811,E402"
path: "gridagents tests"
exclude: "ai_safety_gridworlds"