Skip to content

Commit

Permalink
rm diff
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Sep 26, 2024
1 parent 2883aa3 commit ed9e361
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/table-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,4 @@ jobs:
run: go mod download

- name: Build table
run: make build

- name: Check for changes in docs
run: |
git diff
git diff --exit-code || (echo "Some docs files are not formatted, please run 'make build'." && exit 1)
run: make build

0 comments on commit ed9e361

Please sign in to comment.