Skip to content

Commit

Permalink
Remove checkout of submodules
Browse files Browse the repository at this point in the history
* There are no submodules

Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 committed Jan 17, 2024
1 parent 4858a4a commit bb2d426
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
container: ${{ matrix.container }}
steps:
- uses: actions/checkout@v1
- name: submodule update
run: git submodule update --init --recursive
- name: Install clang-format
run: apt update && apt install -y clang-format-14
- name: Check Code format
Expand Down

0 comments on commit bb2d426

Please sign in to comment.