Skip to content

Commit e506554

Browse files
author
daniel.eades
committed
remove 'prettier' check
1 parent dc6321a commit e506554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
# Automatically merge if it's a Dependabot PR that passes the build
9595
dependabot:
96-
needs: [test, wasm_build, lint, prettier, msrv]
96+
needs: [test, wasm_build, lint, msrv]
9797
permissions:
9898
contents: write
9999
pull-requests: write

0 commit comments

Comments
 (0)