Skip to content

Commit f2e4df6

Browse files
author
daniel.eades
committed
remove 'prettier' check
1 parent 5b2be2d commit f2e4df6

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,6 @@ jobs:
6161
run: cargo fmt --all -- --check
6262
- name: Execute cargo clippy
6363
run: cargo clippy --all --all-targets --all-features -- -D warnings
64-
prettier:
65-
name: Check prettier
66-
runs-on: ubuntu-latest
67-
if: github.repository == 'graphql-rust/graphql-client'
68-
steps:
69-
- name: Checkout sources
70-
uses: actions/checkout@v4
71-
- name: Install node.js
72-
run: sudo apt update && sudo apt-get install -y nodejs
73-
- name: Execute prettier
74-
run: npx prettier --debug-check -l './**/*.json' './**/*.graphql'
7564

7665
msrv:
7766
runs-on: ubuntu-latest
@@ -89,7 +78,7 @@ jobs:
8978

9079
# Automatically merge if it's a Dependabot PR that passes the build
9180
dependabot:
92-
needs: [test, wasm_build, lint, prettier, msrv]
81+
needs: [test, wasm_build, lint, msrv]
9382
permissions:
9483
contents: write
9584
pull-requests: write

0 commit comments

Comments
 (0)