mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Update ci.yml
This commit is contained in:
parent
1d3b4806ab
commit
7d380a8e45
1 changed files with 12 additions and 0 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue