Skip to content

Commit

Permalink
Submodule checkout for format-check
Browse files Browse the repository at this point in the history
Otherwise docker build fails now
  • Loading branch information
rdaum committed Oct 16, 2024
1 parent 0bb6dd6 commit fb05614
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
git config --global core.eol lf
- uses: actions/checkout@v3
with:
submodules: 'true'

- name: Check formatting latest
uses: ./
Expand Down

0 comments on commit fb05614

Please sign in to comment.