Create blank.yml

pull/88/head
Ric Letson 2022-01-31 00:27:14 -07:00 zatwierdzone przez GitHub
rodzic 5d7317d1f2
commit c2de2f420c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 22 dodań i 0 usunięć

22
.github/workflows/blank.yml vendored 100644
Wyświetl plik

@ -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: .