Skip to content

Commit

Permalink
CI: Add validate step to ci job
Browse files Browse the repository at this point in the history
Ensure code is always properly formatted by adding the validate step.

Signed-off-by: Heathcliff <[email protected]>
  • Loading branch information
heathcliff26 committed Dec 16, 2024
1 parent bff7a85 commit 1eb246b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
unit-tests:
uses: heathcliff26/ci/.github/workflows/golang-unit-tests.yaml@main

validate:
uses: heathcliff26/ci/.github/workflows/golang-build.yaml@main
with:
cache: false
cmd: "make validate"

build:
uses: heathcliff26/ci/.github/workflows/build-container.yaml@main
needs:
Expand Down

0 comments on commit 1eb246b

Please sign in to comment.