Skip to content

Commit

Permalink
sync: update CI config files (#15)
Browse files Browse the repository at this point in the history
* disable Travis

* add version.json file

* add .github/workflows/automerge.yml

* add .github/workflows/go-test.yml

* add .github/workflows/go-check.yml

* add .github/workflows/releaser.yml

* add .github/workflows/release-check.yml

* add .github/workflows/tagpush.yml

* fix: field cid is unused (U1000)

https://github.com/ipfs/go-pinning-service-http-client/runs/5594929290?check_suite_focus=true#step:10:31

Co-authored-by: web3-bot <web3-bot@users.noreply.github.com>
Co-authored-by: Marcin Rataj <lidel@lidel.org>

This commit was moved from ipfs/go-pinning-service-http-client@014aba0
  • Loading branch information
web3-bot authored Mar 18, 2022
1 parent 92e1b6b commit 44ec330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pinning/remote/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ package go_pinning_service_http_client
import (
"context"
"fmt"
"github.com/pkg/errors"
"net/http"
"time"

"github.com/pkg/errors"

"github.com/ipfs/go-cid"
"github.com/ipfs/go-pinning-service-http-client/openapi"
"github.com/multiformats/go-multiaddr"
Expand Down Expand Up @@ -261,7 +262,6 @@ func (c *Client) lsInternal(ctx context.Context, settings *lsSettings) (pinResul

// TODO: We should probably make sure there are no duplicates sent
type addSettings struct {
cid string
name string
origins []string
meta map[string]string
Expand Down

0 comments on commit 44ec330

Please sign in to comment.