Skip to content

Commit

Permalink
Use dockerised proto command
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol committed Jun 25, 2024
1 parent 8130c6c commit 6785b05
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/protobuf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,12 @@ on:
- 'buf**'
- '.tool-versions'
- 'dev/proto-generate.sh'
- 'dev/proto-generate-in-docker.sh'
- 'Dockerfile.bindings'

jobs:
protoc-gen-up-to-date:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Haskell
uses: haskell/actions/setup@v2
with:
ghc-version: '8.10'
cabal-version: 'latest'
- uses: ./.github/actions/asdf
with:
js: true
rust: true
golang: true
- run: ./dev/proto-generate.sh
- run: git diff --exit-code
- run: ./dev/proto-generate-in-docker.sh

0 comments on commit 6785b05

Please sign in to comment.