Skip to content

feat: introduce output format flag for zarf tools get-creds and zarf package list #1499

feat: introduce output format flag for zarf tools get-creds and zarf package list

feat: introduce output format flag for zarf tools get-creds and zarf package list #1499

Workflow file for this run

name: Check for go mod changes
on:
pull_request:
merge_group:
permissions:
contents: read
jobs:
validate-go-mod:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup golang
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version-file: go.mod
- name: Test go mod
run: |
go mod tidy
git diff --exit-code go.mod go.sum
- name: Test go mod hack/schema
working-directory: ./hack/schema
run: |
go mod tidy
git diff --exit-code go.mod go.sum