Compare commits

...

1 commit

Author SHA1 Message Date
2ec94dbe7d
Add test workflow.
Some checks failed
/ test (push) Failing after 7s
2025-03-30 12:37:07 +02:00

View file

@ -0,0 +1,15 @@
on: [push]
jobs:
test:
runs-on: docker
container:
image: node:latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
cache: "yarn"
- run: yarn install
- run: yarn test