Skip to content

protolint-action

Actions
action for run protolint with plugins
v0.1.0
Latest
Star (0)

protolint-action

protolint-action - action for run protolint with plugins

Supported plugins:

Usage example

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

💻 Run locally

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.

About

action for run protolint with plugins
v0.1.0
Latest

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.