Compare commits

..

1 commit

Author SHA1 Message Date
21b13ded6f Forgejo Action: Run npm and cargo commands in the CI.
Some checks failed
CI / check-backend (pull_request) Failing after 8m30s
CI / check-frontend (pull_request) Failing after 1m6s
2025-09-26 22:27:10 -07:00

View file

@ -9,8 +9,6 @@ on:
jobs:
check-backend:
runs-on: docker
container:
image: rust:1.90
steps:
- uses: actions/checkout@v4
@ -37,6 +35,7 @@ jobs:
check-frontend:
runs-on: docker
steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with: