Skip to content

Commit

Permalink
feat(tests): fix ruff.
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Mehr committed May 25, 2024
1 parent 01b671d commit 26f2ffd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install Ruff
run: |
python -m pip install ruff
- name: Ruff Fix Attempt
id: ruff_fix
uses: chartboost/ruff-action@v1
Expand Down

0 comments on commit 26f2ffd

Please sign in to comment.