Skip to content

Commit ad54a71

Browse files
feat: Adds CI
1 parent 6769f2d commit ad54a71

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: test
2+
on:
3+
push:
4+
branches: [ main ]
5+
pull_request:
6+
branches: [ main ]
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+
test-example:
14+
uses: graphqlswift/ci/.github/workflows/test.yaml@main
15+
with:
16+
package_path: "Examples/HelloWorldServer"

0 commit comments

Comments
 (0)