We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b1f3d commit f9fbcf0Copy full SHA for f9fbcf0
.github/workflows/build.yml
.github/workflows/test.yaml
@@ -0,0 +1,17 @@
1
+name: test
2
+
3
+on:
4
+ push:
5
+ branches: [ main ]
6
+ pull_request:
7
8
+ workflow_dispatch:
9
10
+jobs:
11
+ lint:
12
+ uses: graphqlswift/ci/.github/workflows/lint.yaml@main
13
14
+ test:
15
+ uses: graphqlswift/ci/.github/workflows/test.yaml@main
16
+ with:
17
+ include_android: false
0 commit comments