Skip to content

Commit

Permalink
recursive checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed Aug 7, 2023
1 parent 12c215a commit af1a11a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- run: make

1 comment on commit af1a11a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cpp-Linter Report ⚠️

Some files did not pass the configured checks!

clang-format reports: 20 file(s) not formatted
  • Selector.h
  • ImageHeader.h
  • Address.h
  • Output.h
  • LocationBase.h
  • Util.h
  • Location.h
  • Extern.h
  • Location.mm
  • Output.mm

Have any feedback or feature suggestions? Share it here.

Please sign in to comment.