Compare commits
No commits in common. "7e86e6fe864ee21f04c31e0c3afc33beff9489e1" and "8afce56b9e91f9fbec71e3a84975b68d3090ec3e" have entirely different histories.
7e86e6fe86
...
8afce56b9e
3 changed files with 2 additions and 3221 deletions
|
@ -1,15 +0,0 @@
|
|||
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
2
.gitignore
vendored
|
@ -13,3 +13,5 @@ lib/
|
|||
yarn-error.log
|
||||
.pnp*
|
||||
node_modules/
|
||||
|
||||
yarn.lock
|
||||
|
|
Loading…
Add table
Reference in a new issue