Skip to content

Commit 86c9aa3

Browse files
committed
remove CircleCI config
1 parent 92b0f8f commit 86c9aa3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go.yml renamed to .github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Go
1+
name: Test
22
on: [push]
33
jobs:
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# graphql-upload
22

3-
[![GitHub Actions status](https://github.com/jpascal/graphql-upload/workflows/Go/badge.svg)](https://github.com/jpascal/graphql-upload/actions)
3+
[![GitHub Actions status](https://github.com/jpascal/graphql-upload/workflows/Test/badge.svg)](https://github.com/jpascal/graphql-upload/actions)
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

77
## Installation
8-
8+
````
99
```bash
1010
go get github.com/jpascal/graphql-upload
1111
```

0 commit comments

Comments
 (0)