Add per quorum semever stake percentage metrics (#856) #361
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: compile-protobufs | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
jobs: | |
golangci: | |
name: Compile Protobufs | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout EigenDA | |
uses: actions/checkout@v3 | |
- name: Recompile Protobufs | |
run: | | |
make clean | |
make protoc | |
- name: Verify No Git Changes | |
run: ./api/builder/is-repo-clean.sh |