From 7d380a8e4518898c3525161523bba066dc33ee98 Mon Sep 17 00:00:00 2001 From: mkinney Date: Thu, 30 Dec 2021 09:56:04 -0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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