2022-01-12 14:06:39 +00:00
|
|
|
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
|
2022-05-06 13:37:10 +00:00
|
|
|
fetch_depth: 50
|