testnet docs (#393)

* testnet docs

* more updates on quickstart docs

* update quickstart

* more updates

* update quickstart

* final touches

* update lint
This commit is contained in:
Federico Kunze
2020-07-17 14:07:05 -04:00
committed by GitHub
parent 2fb4ab4862
commit 5ba8ce4605
15 changed files with 707 additions and 300 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
- uses: golangci/golangci-lint-action@master
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.27
version: v1.28
args: --timeout 10m
github-token: ${{ secrets.github_token }}
if: "env.GIT_DIFF != ''"