From 20853fb4031d8324401328094fe41dd3f3a673f9 Mon Sep 17 00:00:00 2001 From: RicInNewMexico <78682404+RicInNewMexico@users.noreply.github.com> Date: Mon, 31 Jan 2022 12:48:49 -0700 Subject: [PATCH] Revert "Create blank.yml" This reverts commit c2de2f420c3fc53e07dc6c791216c330661c15d9. --- .github/workflows/blank.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/blank.yml diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml deleted file mode 100644 index c405445..0000000 --- a/.github/workflows/blank.yml +++ /dev/null @@ -1,22 +0,0 @@ -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: .