We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df637e0 commit bfc5680Copy full SHA for bfc5680
.github/workflows/rust-minimal.yml
@@ -35,6 +35,8 @@ jobs:
35
container:
36
image: ${{ matrix.docker_image }}
37
steps:
38
+ - uses: actions/checkout@v4
39
+
40
- name: Markdown autodocs
41
uses: dineshsonachalam/markdown-autodocs@v1.0.7
42
with:
.github/workflows/rust-stable.yml
0 commit comments