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