Skip to content

Commit

Permalink
ci: Remove redundant Ruff workflow from GA
Browse files Browse the repository at this point in the history
  • Loading branch information
rht authored and tpike3 committed Nov 20, 2023
1 parent 307b0a5 commit 51a1306
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/build_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,29 +61,3 @@ jobs:
- if: matrix.os == 'ubuntu'
name: Codecov
uses: codecov/codecov-action@v3

lint-ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: "3.12"
- run: pip install ruff~=0.1.1 # Update periodically
- name: Lint with ruff
# Include `--format=github` to enable automatic inline annotations.
# Use settings from pyproject.toml.
run: ruff . --output-format=github --extend-exclude 'mesa/cookiecutter-mesa/*'

lint-black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: "3.12"
- run: pip install ruff~=0.1.1 # Update periodically
- name: Lint with ruff format
run: ruff format --check .

0 comments on commit 51a1306

Please sign in to comment.