Compare commits

...

2 commits

Author SHA1 Message Date
7e86e6fe86
Add yarn.lock.
All checks were successful
/ test (push) Successful in 19s
2025-03-30 12:44:43 +02:00
2debdf5e46
Add test workflow. 2025-03-30 12:44:22 +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 coverage

2
.gitignore vendored
View file

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

3206
yarn.lock Normal file

File diff suppressed because it is too large Load diff