Compare commits

..

1 commit

Author SHA1 Message Date
79d9c80f87 Forgejo Action: Run npm and cargo commands in the CI.
Some checks failed
Check / Frontend (pull_request) Has been cancelled
Check / Backend (pull_request) Has been cancelled
2025-09-26 23:33:42 -07:00

View file

@ -27,7 +27,6 @@ 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"