Skip to content

Commit 4523b90

Browse files
committed
chore: wip
1 parent c27f5a4 commit 4523b90

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@ jobs:
3535
run: |
3636
uv run hatch run quality:typecheck
3737
38-
- name: Comment PR
39-
if: github.event_name == 'pull_request' && failure()
40-
uses: marocchino/sticky-pull-request-comment@v2
41-
with:
42-
message: 'Please format your code with [black](https://black.readthedocs.io): `make black`.'
43-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44-
4538
testing:
4639
runs-on: ubuntu-latest
4740
strategy:
@@ -51,7 +44,7 @@ jobs:
5144
- '3.11'
5245
- '3.12'
5346
- '3.13'
54-
needs: formatting
47+
# needs: formatting
5548
steps:
5649
- uses: actions/checkout@v5
5750

0 commit comments

Comments
 (0)