Skip to content

Commit 05ae48f

Browse files
committed
GitHub Actions
1 parent 22dabf1 commit 05ae48f

File tree

3 files changed

+3
-30
lines changed

3 files changed

+3
-30
lines changed

.circleci/config.yml

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

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Go
22
on: [push]
33
jobs:
44

5-
build:
6-
name: Build
5+
test:
6+
name: Test
77
runs-on: ubuntu-latest
88
steps:
99

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# graphql-upload
22

3-
[![CircleCI](https://img.shields.io/circleci/project/github/jpascal/graphql-upload/master.svg)](https://circleci.com/gh/jpascal/graphql-upload)
3+
[![GitHub Actions status](https://github.com/jpascal/graphql-upload/workflows/Go/badge.svg)](https://circleci.com/gh/jpascal/graphql-upload)
44

55
Middleware and an [`Upload` scalar](#class-graphqlupload) to add support for [GraphQL multipart requests](https://github.com/jaydenseric/graphql-multipart-request-spec) (file uploads via queries and mutations) to various golang GraphQL servers.
66

0 commit comments

Comments
 (0)