Skip to content

Commit

Permalink
Compile v3 contracts on linting because of go embed
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Oct 10, 2022
1 parent e466723 commit 5f97c5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Compile v3 contracts
run: make compile-v3-contracts

- name: Lint
uses: golangci/golangci-lint-action@v3

Expand Down

0 comments on commit 5f97c5e

Please sign in to comment.