Skip to content

Commit

Permalink
Update CI to use check scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Schoepp <[email protected]>
  • Loading branch information
calebschoepp committed Sep 19, 2024
1 parent ebb915e commit 879d67a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
go-version: '1.22.x'
cache: true

- name: Generate CRD reference docs
run: npm run generate:crd:reference
- name: Check CRD reference docs
run: npm run check:crd:reference

- name: Build
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
go-version: '1.22.x'
cache: true

- name: Generate CRD reference docs
run: npm run generate:crd:reference
- name: Check CRD reference docs
run: npm run check:crd:reference

- name: Build
run: |
Expand Down

0 comments on commit 879d67a

Please sign in to comment.