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 cedafbc commit 0ed36beCopy full SHA for 0ed36be
.github/workflows/build.yml
.github/workflows/test.yaml
@@ -0,0 +1,14 @@
1
+name: test
2
+on:
3
+ push:
4
+ branches: [ main ]
5
+ pull_request:
6
7
+ workflow_dispatch:
8
+jobs:
9
+ lint:
10
+ uses: graphqlswift/ci/.github/workflows/lint.yaml@main
11
+ test:
12
+ uses: graphqlswift/ci/.github/workflows/test.yaml@main
13
+ with:
14
+ include_android: false
0 commit comments