Compare commits

..

1 commit

Author SHA1 Message Date
a34e682fa8 Forgejo Action: Run just check.
Some checks failed
CI / check (pull_request) Failing after 10m31s
2025-09-24 02:58:18 -07:00

View file

@ -18,8 +18,6 @@ jobs:
with:
toolchain: stable
components: "clippy, rustfmt"
- name: Install Clang
uses: https://github.com/egor-tensin/setup-clang@v1
- name: Rust Cache
uses: https://github.com/Swatinem/rust-cache@v2
@ -35,6 +33,6 @@ jobs:
cd frontend
npm ci
- run: apt install just
- run: apt install just clang
- name: Run just check
run: just check