Skip to content

Allow the user to provide a list of specific kube markers to be ignored #30

Allow the user to provide a list of specific kube markers to be ignored

Allow the user to provide a list of specific kube markers to be ignored #30

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
jobs:
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go 1.22
uses: actions/setup-go@v4
with:
go-version: '1.22.x'
- name: Run tests
run: make build-and-test