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 committed Sep 25, 2023
1 parent 718f7c5 commit 8d5cfbe
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit 8d5cfbe

Please sign in to comment.