protobufs/.github/workflows/ci.yml
2021-12-30 09:56:04 -08:00

30 lines
560 B
YAML

name: "CI"
on:
push:
branches:
- 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
steps:
- name: Update Docs
uses: benc-uk/workflow-dispatch@v1
with:
workflow: "Update protobufs"
repo: meshtastic/meshtastic
token: ${{ secrets.ACCESS_TOKEN }}