Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Aug 30, 2024
1 parent 38be957 commit 30591b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/kinds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
cache-dependency-path: kinds/*.sum

- name: Fmt
run: make fmt
run: make -C kinds fmt

- name: Vet
run: make vet
run: make -C kinds vet

- name: Generate
run: make generate
run: make -C kinds generate

- name: Check generated code to be consistent
run: |
Expand All @@ -52,4 +52,4 @@ jobs:
cache-dependency-path: kinds/*.sum

- name: Unit tests
run: make unit-tests
run: make -C kinds unit-tests

0 comments on commit 30591b4

Please sign in to comment.