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