Skip to content

Self updating and Fancy Output w/ a fix! #15

Self updating and Fancy Output w/ a fix!

Self updating and Fancy Output w/ a fix! #15

Workflow file for this run

name: pr-checks
on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: dominikh/staticcheck-action@v1
with:
version: "latest"
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: true
- run: go test -cover ./...