Skip to content

Commit

Permalink
Update workflow to use ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaKhalili committed Dec 16, 2024
1 parent 25e7609 commit c7b7c51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black
- name: Run Black
run: black --check .
pip install ruff
- name: Run Ruff
run: ruff format --check .

tests:
runs-on: ubicloud
Expand Down

0 comments on commit c7b7c51

Please sign in to comment.