protolint-action
ActionsTags
(2)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 ""
protolint-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.