Skip to content

Go checkstatic tool / CI action @github #19

Go checkstatic tool / CI action @github

Go checkstatic tool / CI action @github #19

Workflow file for this run

# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
# https://github.com/dominikh/staticcheck-action
name: Go
on: ["push", "pull_request"]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: dominikh/staticcheck-action@v1
with:
version: "latest"