File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 6161 - if : matrix.os == 'ubuntu'
6262 name : Codecov
6363 uses : codecov/codecov-action@v3
64-
65- lint-ruff :
66- runs-on : ubuntu-latest
67- steps :
68- - uses : actions/checkout@v4
69- - name : Set up Python 3.12
70- uses : actions/setup-python@v4
71- with :
72- python-version : " 3.12"
73- - run : pip install ruff~=0.1.1 # Update periodically
74- - name : Lint with ruff
75- # Include `--format=github` to enable automatic inline annotations.
76- # Use settings from pyproject.toml.
77- run : ruff . --output-format=github --extend-exclude 'mesa/cookiecutter-mesa/*'
78-
79- lint-black :
80- runs-on : ubuntu-latest
81- steps :
82- - uses : actions/checkout@v4
83- - name : Set up Python 3.12
84- uses : actions/setup-python@v4
85- with :
86- python-version : " 3.12"
87- - run : pip install ruff~=0.1.1 # Update periodically
88- - name : Lint with ruff format
89- run : ruff format --check .
You can’t perform that action at this time.
0 commit comments