Skip to content

Commit afb92df

Browse files
authored
Update tests.yml
1 parent 54f29a8 commit afb92df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
# Update output format to enable automatic inline annotations.
2828
- name: Run Ruff Linter
2929
run: ruff check --output-format=github
30-
- name: Run Ruff Formatter
31-
run: ruff format --check
30+
# - name: Run Ruff Formatter
31+
# run: ruff format --check
3232

3333
test:
3434
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)