Skip to content

Commit 7c3caf3

Browse files
committed
fix
1 parent ce45ec1 commit 7c3caf3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/lint-code-quality.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
RUSTFLAGS: -Dwarnings
3131

3232
steps:
33+
- name: Check out the project
34+
uses: actions/checkout@v4
35+
with:
36+
submodules: recursive
37+
3338
- name: Install Tools
3439
uses: ./.github/actions/install-tools
3540
with:
@@ -45,11 +50,6 @@ jobs:
4550
toolchain: nightly-2024-07-05
4651
components: rustfmt,clippy
4752

48-
- name: Check out the project
49-
uses: actions/checkout@v4
50-
with:
51-
submodules: recursive
52-
5353
- name: Print Rust toolchain default versions
5454
run: |
5555
echo "rustup show:"

0 commit comments

Comments
 (0)