Skip to content

feat: Add new step to validate data in configmap (#159) #266

feat: Add new step to validate data in configmap (#159)

feat: Add new step to validate data in configmap (#159) #266

Workflow file for this run

name: CI
on:
push:
tags:
- v*
branches:
- master
pull_request:
permissions:
contents: read
jobs:
build:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.19
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v6
with:
version: v1.55.2
args: --timeout 3m --verbose