Skip to content

Commit 0ed36be

Browse files
ci: Changes CI to central repo
See https://github.com/GraphQLSwift/ci for details
1 parent cedafbc commit 0ed36be

File tree

2 files changed

+14
-69
lines changed

2 files changed

+14
-69
lines changed

.github/workflows/build.yml

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

.github/workflows/test.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
with:
14+
include_android: false

0 commit comments

Comments
 (0)