Skip to content

Commit f9fbcf0

Browse files
ci: Uses GraphQLSwift CI
1 parent 52b1f3d commit f9fbcf0

File tree

2 files changed

+17
-71
lines changed

2 files changed

+17
-71
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 71 deletions
This file was deleted.

.github/workflows/test.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: test
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
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

Comments
 (0)