mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
22 lines
326 B
YAML
22 lines
326 B
YAML
name: "CI"
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
pull_request:
|
|
branches:
|
|
- master
|
|
|
|
jobs:
|
|
|
|
lint:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: checkout source
|
|
uses: actions/checkout@v1
|
|
|
|
- name: run protolint
|
|
uses: plexsystems/protolint-action@v0.2.0
|
|
with:
|
|
configDirectory: .
|