Compare commits

..

1 commit

Author SHA1 Message Date
c8dd8cdb6e Forgejo Action: Run npm and cargo commands in the CI.
All checks were successful
Check / Backend (pull_request) Successful in 14m13s
Check / Frontend (pull_request) Successful in 2m0s
2025-09-26 23:14:57 -07:00

View file

@ -27,6 +27,7 @@ jobs:
run: | run: |
# hurl needs libxml needs libclang # hurl needs libxml needs libclang
apt update && apt install -y clang apt update && apt install -y clang
cargo build
cargo build --tests cargo build --tests
working-directory: backend working-directory: backend
- name: "Lint" - name: "Lint"