From c2de2f420c3fc53e07dc6c791216c330661c15d9 Mon Sep 17 00:00:00 2001 From: Ric Letson <78682404+RicInNewMexico@users.noreply.github.com> Date: Mon, 31 Jan 2022 00:27:14 -0700 Subject: [PATCH] Create blank.yml --- .github/workflows/blank.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/blank.yml diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml new file mode 100644 index 0000000..c405445 --- /dev/null +++ b/.github/workflows/blank.yml @@ -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: .