Create blank.yml

This commit is contained in:
Ric Letson 2022-01-31 00:27:14 -07:00 committed by GitHub
parent 5d7317d1f2
commit c2de2f420c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

22
.github/workflows/blank.yml vendored Normal file
View 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: .