Skip to content

ci-space/protolint-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ""