From aa9477c01aca72cc5aa4a583db603c0857677d39 Mon Sep 17 00:00:00 2001 From: Sebastian Urban Date: Thu, 1 Feb 2024 11:32:44 +0100 Subject: [PATCH] CI: clippy action --- .github/workflows/rust-clippy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index b17f989..326c075 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -32,6 +32,8 @@ jobs: - name: Checkout code uses: actions/checkout@v2 + with: + submodules: recursive - name: Install Rust toolchain uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1