Skip to content

chore: run tests with race condition checks and atomic coverage mode #302

chore: run tests with race condition checks and atomic coverage mode

chore: run tests with race condition checks and atomic coverage mode #302

Workflow file for this run

name: "Lint"
on:
push:
branches:
- main
- v2
paths-ignore:
- '.run/**'
- 'docs/**'
- 'deployments/**'
- 'gen/**'
- '*.md'
pull_request:
branches:
- main
- v2
types: [ opened, synchronize ]
paths-ignore:
- '.run/**'
- 'docs/**'
- 'deployments/**'
- 'gen/**'
- '*.md'
jobs:
lint:
name: Lint Go code
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: 1.23.0
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.1
args: --timeout=3m