Skip to content

Commit

Permalink
Check all submodules up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis-Averin committed Sep 4, 2023
1 parent 59f7980 commit 4ada008
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
submodules: recursive

- name: Check all submodules up-to-date
run: git diff --exit-code
run: |
git submodule update --recursive --remote
git diff --exit-code
check-master:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4ada008

Please sign in to comment.