Skip to content

Commit 4ad0a0e

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

File tree

2 files changed

+12
-80
lines changed

2 files changed

+12
-80
lines changed

.github/workflows/build.yml

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

.github/workflows/test.yaml

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

0 commit comments

Comments
 (0)