Skip to content

Commit d809a8c

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

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci.yml

-12
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,6 @@ jobs:
6464
toolchain: ${{ env.clippy_rust_version }}
6565
components: clippy
6666
- run: cargo clippy --all --all-targets --all-features -- -D warnings
67-
68-
prettier:
69-
name: Check prettier
70-
runs-on: ubuntu-latest
71-
if: github.repository == 'graphql-rust/graphql-client'
72-
steps:
73-
- name: Checkout sources
74-
uses: actions/checkout@v4
75-
- name: Install node.js
76-
run: sudo apt update && sudo apt-get install -y nodejs
77-
- name: Execute prettier
78-
run: npx prettier --debug-check -l './**/*.json' './**/*.graphql'
7967

8068
msrv:
8169
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)