Skip to content

feat(genconfig): support templating node labels and annotations #1505

feat(genconfig): support templating node labels and annotations

feat(genconfig): support templating node labels and annotations #1505

Workflow file for this run

name: test
on:
push:
branches:
- master
tags:
- "*"
paths:
- 'main.go'
- 'go.mod'
- 'go.sum'
- 'pkg/**'
- 'cmd/**'
pull_request:
branches:
- master
paths:
- 'main.go'
- 'go.mod'
- 'go.sum'
- 'pkg/**'
- 'cmd/**'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-go@v5
with:
go-version: stable
- run: go build -o /usr/local/bin/talhelper
- run: go test -v ./... -race -covermode=atomic
- run: talhelper