Skip to content

Commit 9242f3b

Browse files
authored
test: remove conventional commits check. This is dumb.
1 parent 18604c7 commit 9242f3b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/quality.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,3 @@ jobs:
9292

9393
- name: Run typecheck
9494
run: pnpm run typecheck
95-
96-
conventional_commits:
97-
name: Conventional commits check
98-
runs-on: ubuntu-latest
99-
100-
steps:
101-
- name: Checkout
102-
uses: actions/[email protected]
103-
with:
104-
show-progress: false
105-
106-
- name: Check if all commits comply with the specification
107-
uses: webiny/[email protected]

0 commit comments

Comments
 (0)