test: Run pnpm test in CI on all PRs and pushes to main #7

Merged
glen merged 3 commits from enable_ci into main 2025-04-08 02:38:29 +00:00
Showing only changes of commit 8837536dca - Show all commits

View file

@ -0,0 +1,14 @@
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: docker
container:
image: node:23
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- run: npm install -g pnpm@10.8.0
- run: pnpm install
- run: pnpm test