Skip to content

Clarify gatekeep autoclose for evals #2

Clarify gatekeep autoclose for evals

Clarify gatekeep autoclose for evals #2

Workflow file for this run

name: Golang Linting
on:
push:
branches: [master, dev]
pull_request:
branches: [master, dev]
jobs:
golang-checks:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.24]
steps:

Check failure on line 17 in .github/workflows/go-lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/go-lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
- uses: actions/checkout@v2
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Install dependencies
run: |
go mod download
- name: Tidy dependencies
run: |
go mod tidy -diff
- name: Check Format
run: |
gofmt -s -l database logging sse *.go