protolint-action - action for run protolint with plugins
Supported plugins:
Add new job in your workflow:
jobs:
protolint:
name: protolint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Run linter
uses: ci-space/protolint-action@master
docker run -v ${PWD}:/app ghcr.io/ci-space/protolint-action:v0.1.0 /app ""