Skip to content

Coverage action should not run on macos #20

Coverage action should not run on macos

Coverage action should not run on macos #20

Workflow file for this run

name: lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
pull-requests: read
jobs:
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v4
with:
version: v1.57.2