| 1234567891011121314151617 |
- 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
|