Skip to content

Commit

Permalink
fix(gh-actions): add submodule update to checker rules
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Oliveira <[email protected]>
  • Loading branch information
danielRep authored and josecm committed Oct 27, 2023
1 parent 0f119d9 commit 5a84a6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/base-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
container: baoproject/bao:latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: recursive
- run: |
git config --global --add safe.directory $(realpath .)
make spelling
Expand All @@ -48,4 +51,7 @@ jobs:
container: baoproject/bao:latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: recursive
- run: make html
1 change: 0 additions & 1 deletion bao-ci
Submodule bao-ci deleted from 300388

0 comments on commit 5a84a6a

Please sign in to comment.