Skip to content

Update reportcard.yml #9

Update reportcard.yml

Update reportcard.yml #9

Workflow file for this run

name: Go Lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.19.3'
- name: Build
run: |
go install golang.org/x/lint/golint@latest
golint -set_exit_status ./...