Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename lint step
Browse files Browse the repository at this point in the history
MarkZH committed Dec 30, 2024
1 parent 6c559d3 commit cbf5ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r test_bot/test-requirements.txt
- name: Lint with flake8
- name: Lint with ruff
run: |
# Check for python syntax errors and inconsistent code style.
ruff check --config test_bot/ruff.toml

0 comments on commit cbf5ad3

Please sign in to comment.