Skip to content

Commit

Permalink
fix generate diff check
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 committed Nov 15, 2024
1 parent 9557da0 commit 9842c75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ jobs:
- name: Ensure "make gomodtidy" has been run
run: |
make gomodtidy
git diff --minimal --exit-code
git diff --minimal --cached --exit-code
- name: Ensure "make generate" has been run
run: |
make rm-mocked
make rm-builders
make generate
git diff --stat --exit-code
git add --all
git diff --stat --cached --exit-code
4 changes: 4 additions & 0 deletions .mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ packages:
github.com/smartcontractkit/chainlink-common/pkg/beholder/internal:
interfaces:
OTLPExporter:

github.com/smartcontractkit/chainlink-common/pkg/sqlutil:
interfaces:
DataSource:

0 comments on commit 9842c75

Please sign in to comment.