Compare commits

..

1 commit

Author SHA1 Message Date
ea42737d5d Forgejo Action: Run just check.
Some checks failed
CI / check (pull_request) Failing after 49s
2025-09-24 02:56:16 -07:00

View file

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