Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Nov 25, 2024
1 parent 9b0a298 commit d88996b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/submodules_status.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Submodules Status

on: [push, pull_request]

jobs:
build:
name: Submodules Status
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
submodules: true

- name: Update Submodules
run: |
git submodule update --remote --merge

0 comments on commit d88996b

Please sign in to comment.