From 3bd8b12ec08910b2609cdfc843474d5b83ff7dbc Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sat, 17 Sep 2022 12:41:57 -0700 Subject: [PATCH] Merge another style workflow --- github/workflows/style.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/github/workflows/style.yml b/github/workflows/style.yml index d3320bc..648b6a1 100644 --- a/github/workflows/style.yml +++ b/github/workflows/style.yml @@ -18,6 +18,8 @@ jobs: toolchain: ${{ matrix.toolchain }} components: rustfmt, clippy - uses: actions/checkout@v2 + with: + submodules: true - name: cargo fmt --check uses: actions-rs/cargo@v1 with: