Welcome to mirror list, hosted at ThFree Co, Russian Federation.

check_submodules.yml « workflows « .github - github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b02f9a8d0b7f471a53d455bc698786757cafd63b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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