diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fc7cbb..46dcac0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,18 @@ on: - main jobs: + + lint: + environment: Production + runs-on: ubuntu-latest + + steps: + - name: checkout source + uses: actions/checkout@v1 + + - name: run protolint + uses: plexsystems/protolint-action@v0.2.0 + update-docs: environment: Production runs-on: ubuntu-latest