Skip to content

Bump golangci/golangci-lint-action from 6 to 7 (#74) #161

Bump golangci/golangci-lint-action from 6 to 7 (#74)

Bump golangci/golangci-lint-action from 6 to 7 (#74) #161

Workflow file for this run

name: Main Branch - Build & Test
on:
push:
branches:
- main
pull_request:
paths:
- '**/*.go'
- 'go.mod'
- 'go.sum'
jobs:
lint:
name: Go Linter
uses: ./.github/workflows/lint.yaml
test:
name: Go Test
uses: ./.github/workflows/test.yaml