protolint-action
March 30, 2023 ยท View on GitHub
A GitHub Action for using protolint in your GitHub Action workflows.
Required inputs
configDirectory: the path to where the.protolint.yamlconfiguration exists.
Example
name: "lint protobuf"
on: pull_request
jobs:
pr-check:
runs-on: ubuntu-latest
steps:
- name: checkout source
uses: actions/checkout@v3
- name: run protolint
uses: plexsystems/protolint-action@v0.7.0
with:
configDirectory: test