Compare commits

...

2 commits

Author SHA1 Message Date
3fa3c464e0
Add yarn.lock.
All checks were successful
/ test (push) Successful in 19s
2025-03-30 12:42:01 +02:00
78f63a7669
Add test workflow. 2025-03-30 12:41:54 +02:00
3 changed files with 3221 additions and 2 deletions

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

2
.gitignore vendored
View file

@ -13,5 +13,3 @@ lib/
yarn-error.log
.pnp*
node_modules/
yarn.lock

3206
yarn.lock Normal file

File diff suppressed because it is too large Load diff