Skip to content

Test CI

Test CI #11

Workflow file for this run

name: GolangCI-Lint
on:
pull_request:
branches:
- '**' # Match all branches
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.23"
- name: Run GolangCI-Lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.63
args: --timeout=10m