Skip to content

Commit

Permalink
ci: proto-pass ci check
Browse files Browse the repository at this point in the history
  • Loading branch information
onsails committed Nov 20, 2023
1 parent d1435a0 commit 9c36c93
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ on:
# - "proto/**"

jobs:
proto-pass:
name: Proto Pass
runs-on: ubuntu-latest
needs:
- build
- lint
- break-check
steps:
- run: exit 0

build:
name: Check that proto builds and commited
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9c36c93

Please sign in to comment.