File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 os : [ubuntu-latest, macos-latest]
1919 name : Cargo test
2020 runs-on : ${{ matrix.os }}
21- if : " github.repository == 'graphql-rust/graphql-client'"
21+ if : github.repository == 'graphql-rust/graphql-client'
2222 steps :
2323 - name : Checkout sources
2424 uses : actions/checkout@v4
3131 wasm_build :
3232 name : Cargo build for wasm
3333 runs-on : ubuntu-latest
34- if : " github.repository == 'graphql-rust/graphql-client'"
34+ if : github.repository == 'graphql-rust/graphql-client'
3535 steps :
3636 - name : Checkout sources
3737 uses : actions/checkout@v4
4545 lint :
4646 name : Rustfmt and Clippy
4747 runs-on : ubuntu-latest
48- if : " github.repository == 'graphql-rust/graphql-client'"
48+ if : github.repository == 'graphql-rust/graphql-client'
4949 steps :
5050 - name : Checkout sources
5151 uses : actions/checkout@v4
6060 prettier :
6161 name : Check prettier
6262 runs-on : ubuntu-latest
63- if : " github.repository == 'graphql-rust/graphql-client'"
63+ if : github.repository == 'graphql-rust/graphql-client'
6464 steps :
6565 - name : Checkout sources
6666 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments