Skip to content

test(adptool): improve test coverage for parameter name handling #5

test(adptool): improve test coverage for parameter name handling

test(adptool): improve test coverage for parameter name handling #5

Workflow file for this run

name: CI
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.23
- name: Run tests
run: go test ./...
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2 # Use a specific version for stability
args: --timeout=5m