Skip to content

fix: infinite loop when object has an empty string key (#58) #116

fix: infinite loop when object has an empty string key (#58)

fix: infinite loop when object has an empty string key (#58) #116

Workflow file for this run

name: Unit Test
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: |
npm install -g pnpm
pnpm i
pnpm test
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov
env:
GITHUB_TOKEN: ${{ secrets.github_token }}