Skip to content

updating lint.yml and test.yml #685

updating lint.yml and test.yml

updating lint.yml and test.yml #685

Workflow file for this run

# name: "Lint"
# on: ["push", "pull_request"]
# jobs:
# ci:
# name: "Run go vet and staticcheck"
# runs-on: ubuntu-latest
# container: golang:buster
# steps:
# - uses: actions/checkout@v1
# - run: "go vet ./..."
# - uses: dominikh/[email protected]
# with:
# install-go: false