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 18
18
os : [ubuntu-latest, macos-latest]
19
19
name : Cargo test
20
20
runs-on : ${{ matrix.os }}
21
- if : " github.repository == 'graphql-rust/graphql-client'"
21
+ if : github.repository == 'graphql-rust/graphql-client'
22
22
steps :
23
23
- name : Checkout sources
24
24
uses : actions/checkout@v4
31
31
wasm_build :
32
32
name : Cargo build for wasm
33
33
runs-on : ubuntu-latest
34
- if : " github.repository == 'graphql-rust/graphql-client'"
34
+ if : github.repository == 'graphql-rust/graphql-client'
35
35
steps :
36
36
- name : Checkout sources
37
37
uses : actions/checkout@v4
45
45
lint :
46
46
name : Rustfmt and Clippy
47
47
runs-on : ubuntu-latest
48
- if : " github.repository == 'graphql-rust/graphql-client'"
48
+ if : github.repository == 'graphql-rust/graphql-client'
49
49
steps :
50
50
- name : Checkout sources
51
51
uses : actions/checkout@v4
60
60
prettier :
61
61
name : Check prettier
62
62
runs-on : ubuntu-latest
63
- if : " github.repository == 'graphql-rust/graphql-client'"
63
+ if : github.repository == 'graphql-rust/graphql-client'
64
64
steps :
65
65
- name : Checkout sources
66
66
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments