Skip to content

chore: Add fmt to dev check (#128) #388

chore: Add fmt to dev check (#128)

chore: Add fmt to dev check (#128) #388

Workflow file for this run

name: go-ci
on:
release:
types: [created]
pull_request:
push:
branches:
- main
jobs:
lint-go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: dominikh/staticcheck-action@v1
with:
version: "latest"
working-directory: go