Skip to content

Commit 51a1306

Browse files
rhttpike3
authored andcommitted
ci: Remove redundant Ruff workflow from GA
1 parent 307b0a5 commit 51a1306

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/build_lint.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -61,29 +61,3 @@ jobs:
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 .

0 commit comments

Comments
 (0)