We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e506554 commit d809a8cCopy full SHA for d809a8c
.github/workflows/ci.yml
@@ -64,18 +64,6 @@ jobs:
64
toolchain: ${{ env.clippy_rust_version }}
65
components: clippy
66
- 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'
79
80
msrv:
81
runs-on: ubuntu-latest
0 commit comments