We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601ec81 commit 99d7cfcCopy full SHA for 99d7cfc
.github/workflows/rust.yml
@@ -20,6 +20,8 @@ jobs:
20
runs-on: ubuntu-22.04
21
steps:
22
- uses: actions/checkout@v1
23
+ with:
24
+ submodules: 'true'
25
- uses: actions-rs/cargo@v1
26
with:
27
command: clippy
0 commit comments