Compare commits

..

1 commit

Author SHA1 Message Date
9c66476436 Forgejo Action: Run just check.
Some checks failed
CI / check (pull_request) Failing after 17m32s
2025-09-24 02:34:02 -07:00

View file

@ -18,7 +18,7 @@ jobs:
with: with:
toolchain: stable toolchain: stable
components: "clippy, rustfmt" components: "clippy, rustfmt"
- uses: cargo-bins/cargo-binstall@main - uses: https://github.com/cargo-bins/cargo-binstall@main
- run: cargo binstall just - run: cargo binstall just
- name: Install Node.js - name: Install Node.js