2021-04-20 08:12:08 +00:00
|
|
|
name: "CI"
|
2021-10-24 05:22:58 +00:00
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
2021-12-30 18:01:24 +00:00
|
|
|
- master
|
2021-12-30 18:12:21 +00:00
|
|
|
pull_request:
|
|
|
|
branches:
|
|
|
|
- master
|
2021-04-20 08:12:08 +00:00
|
|
|
|
|
|
|
jobs:
|
2021-12-30 17:56:04 +00:00
|
|
|
|
|
|
|
lint:
|
|
|
|
runs-on: ubuntu-latest
|
2021-12-30 18:12:21 +00:00
|
|
|
|
2021-12-30 17:56:04 +00:00
|
|
|
steps:
|
|
|
|
- name: checkout source
|
|
|
|
uses: actions/checkout@v1
|
|
|
|
|
|
|
|
- name: run protolint
|
|
|
|
uses: plexsystems/protolint-action@v0.2.0
|
2021-12-30 18:04:29 +00:00
|
|
|
with:
|
|
|
|
configDirectory: .
|