Skip to content

getting rid of the unsupported 'github.com/ipfs/go-ipfs-api' package and replacing it with an equivalent interface #382

getting rid of the unsupported 'github.com/ipfs/go-ipfs-api' package and replacing it with an equivalent interface

getting rid of the unsupported 'github.com/ipfs/go-ipfs-api' package and replacing it with an equivalent interface #382

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21.2
- uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2