Skip to content

Commit

Permalink
build(ci): update Proto linting GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Jul 5, 2023
1 parent 6a7a8db commit cdc3df6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- name: lint
run: make proto-lint
- name: Checkout 🛎️
uses: actions/checkout@v3

- name: Lint ✅
run: sudo make proto-lint

Breakage:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3

- name: Check breakage ✅
run: make proto-check-breaking
run: sudo make proto-check-breaking

0 comments on commit cdc3df6

Please sign in to comment.