Rust library to generate static websites
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: ci

+2
+2
.github/workflows/ci.yaml
··· 28 28 29 29 - name: Setup Rust 30 30 uses: moonrepo/setup-rust@v1 31 + with: 32 + components: clippy 31 33 32 34 - name: Run Clippy 33 35 run: cargo clippy --all-targets --all-features