Skip to content

Commit

Permalink
fix CR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonLStarkWare committed Dec 5, 2024
1 parent fe408de commit 7ad8afb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/starknet_p2p_specs_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4

- uses: Noelware/setup-protoc@1.1.0
with:
version: ${{env.PROTOC_VERSION}}
Expand Down Expand Up @@ -68,6 +68,3 @@ jobs:
echo "Compiling $file"
protoc --fatal_warnings --go_out=$(mktemp -d) --go_opt=paths=source_relative $file
done
- name: Success Message
run: echo "All proto compilations passed!"

0 comments on commit 7ad8afb

Please sign in to comment.