Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Remove setup go action and add setup zarf action to scan-gen-schema w…
Browse files Browse the repository at this point in the history
…orkflow
  • Loading branch information
Lucas Rodriguez committed Nov 30, 2023
1 parent 94be272 commit 8f0f8c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scan-gen-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Setup Go
uses: defenseunicorns/zarf/.github/actions/golang@main
- name: Install latest version of Zarf
uses: defenseunicorns/setup-zarf@main

- name: Check that 'make gen-schema' was ran
run: make test-gen-schema
Expand Down

0 comments on commit 8f0f8c9

Please sign in to comment.