From bb2d4267ab6a168a108d07e801cbe11a051e7f88 Mon Sep 17 00:00:00 2001 From: Ryan Friedman Date: Tue, 16 Jan 2024 21:43:14 -0700 Subject: [PATCH] Remove checkout of submodules * There are no submodules Signed-off-by: Ryan Friedman --- .github/workflows/check_style.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/check_style.yml b/.github/workflows/check_style.yml index 106f615..2137071 100644 --- a/.github/workflows/check_style.yml +++ b/.github/workflows/check_style.yml @@ -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