Skip to content
Prev Previous commit
Next Next commit
Fix workflow file
Signed-off-by: ClemensLinnhoff <clemens.linnhoff@partner.bmw.de>
  • Loading branch information
ClemensLinnhoff committed Feb 12, 2024
commit 5fec88513a982ba5d1a90b88be09592362d9a9ea
8 changes: 4 additions & 4 deletions .github/workflows/protobuf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ jobs:
run: python setup.py build && python setup.py sdist

- name: lint-protos:
# Install the `buf` CLI
- uses: bufbuild/buf-setup-action@v1
# Install the `buf` CLI
uses: bufbuild/buf-setup-action@v1
# Lint your Protobuf sources
- uses: bufbuild/buf-lint-action@v1
uses: bufbuild/buf-lint-action@v1
with:
input: .
input: .

- name: Install Python
run: python -m pip install .
Expand Down