Skip to content

chore: remove tmp files (#38) #69

chore: remove tmp files (#38)

chore: remove tmp files (#38) #69

Workflow file for this run

name: Lint
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
push:
branches:
- main
permissions:
contents: read
jobs:
lint-go:
name: Go
runs-on: macos-14
env:
GO_VERSION: 1.22.1
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.56.2
args: --timeout=10m -v
working-directory: ./cardinal