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 41295ec commit c8389beCopy full SHA for c8389be
.github/workflows/docs.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: dtolnay/rust-toolchain@stable
21
- name: Version information
22
run: rustc --version; cargo --version
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
24
- name: Generate docs
25
run: cargo doc --all-features --no-deps
26
- name: Create index.html
.github/workflows/pre-commit.yml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
pacman --noconfirm --noprogressbar -Syu base-devel clang git libpipewire libpulse lm_sensors notmuch openssl rsync
31
git config --global --add safe.directory "$GITHUB_WORKSPACE"
32
33
34
with:
35
components: clippy, rustfmt
0 commit comments