Skip to content

Empty check name template was causing an error #12

Empty check name template was causing an error

Empty check name template was causing an error #12

Workflow file for this run

name: static-check
on:
pull_request:
push:
tags:
- 'v*'
branches:
- main
jobs:
staticcheck:
name: staticcheck (project)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: dominikh/staticcheck-action@v1.3.0
with:
version: "2023.1.1"
env:
GO_VERSION: 1.21.5