Update ci.yml

This commit is contained in:
mkinney 2021-12-30 09:56:04 -08:00 committed by GitHub
parent 1d3b4806ab
commit 7d380a8e45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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