Skip to content

Commit

Permalink
back to old
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddyFox892 committed Sep 18, 2024
1 parent 8f1a11a commit 07290b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[formatting]
- name: ${{ matrix.tool }} Code Formatter
pip install tox
- name: Run Code Formatter Checks
run: |
${{ matrix.tool }} . --check
tox -e formatting

0 comments on commit 07290b4

Please sign in to comment.