Skip to content

plexsystems/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

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protolint-action

Build Status

A GitHub Action for using protolint in your GitHub Action workflows.

Required inputs

  • configDirectory: the path to where the .protolint.yaml configuration 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/[email protected]
        with:
          configDirectory: test