Skip to content

Commit e9d0538

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

File tree

2 files changed

+17
-86
lines changed

2 files changed

+17
-86
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 86 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)