Skip to content

Commit 15bf863

Browse files
committed
Comment out dependency on code formatting checks passing until after the codebase has been formatted
1 parent 4f942a5 commit 15bf863

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ jobs:
3636

3737

3838
test:
39-
needs:
40-
- quality-checks
39+
# TODO: uncomment when ruff format has been run over the codebase
40+
# needs:
41+
# - quality-checks
4142
strategy:
4243
fail-fast: false
4344
matrix:

0 commit comments

Comments
 (0)