Skip to content

rename annotation to tfustomize:merge_block from tfustomize:block_merge #55

rename annotation to tfustomize:merge_block from tfustomize:block_merge

rename annotation to tfustomize:merge_block from tfustomize:block_merge #55

Workflow file for this run

name: Go Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: Install dependencies
run: go get .
- name: Unit Test
run: go test -v ./...
- name: Build
run: go build
- name: goreleaser snapshot
uses: goreleaser/goreleaser-action@v5
with:
version: v1.24.0
args: build --snapshot --clean