Skip to content

Commit

Permalink
update workflow to use ruff: update action names.
Browse files Browse the repository at this point in the history
  • Loading branch information
benyissa committed Jan 17, 2024
1 parent ca7e436 commit d8965c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code_quality_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
python -m pip install -r requirement.txt
python -m pip install -r tests/test-requirement.txt
- name: Run Ruff Formatter (Check)
- name: Checking code formatting.
uses: chartboost/ruff-action@v1
with:
args: format --check

- name: Run Ruff Linter
- name: Running linter.
uses: chartboost/ruff-action@v1

- name: Run Mypy (Static Type Checker)
- name: Running static types checker.
run: |
mypy

0 comments on commit d8965c1

Please sign in to comment.