Skip to content

Simple Integration Test and NLM Unit Test #1319

Simple Integration Test and NLM Unit Test

Simple Integration Test and NLM Unit Test #1319

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.4
args: --timeout=5m