Skip to content

fix: resourceplanmodifiers for kubeconfig resource #371

fix: resourceplanmodifiers for kubeconfig resource

fix: resourceplanmodifiers for kubeconfig resource #371

Workflow file for this run

name: check-dirty
on:
pull_request:
jobs:
check-dirty:
if: (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'dependabot/'))
runs-on:
- self-hosted
- generic
env:
GOTOOLCHAIN: local
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: Set up Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_wrapper: false
- name: dirty-check
run: |
make check-dirty
- name: golangci-lint
uses: golangci/golangci-lint-action@v6