diff --git a/.github/workflows/check_submodules.yml b/.github/workflows/check_submodules.yml new file mode 100644 index 00000000..db3a3afb --- /dev/null +++ b/.github/workflows/check_submodules.yml @@ -0,0 +1,17 @@ +name: 'Check submodules' + +on: + pull_request: + +jobs: + protobuf: + runs-on: ubuntu-latest + steps: + - name: 'Checkout code' + uses: actions/checkout@v2 + - name: 'Check submodule commit branch' + uses: jtmullen/submodule-branch-check-action@v1 + with: + path: assets/protobuf + branch: dev + fetch_depth: 50 \ No newline at end of file