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 bd5419f commit 4ad0a0eCopy full SHA for 4ad0a0e
.github/workflows/build.yml
.github/workflows/test.yaml
@@ -0,0 +1,12 @@
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
0 commit comments