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