Skip to content

Commit

Permalink
fix: sync values and field.value when parseName is true (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
YSMJ1994 authored Oct 31, 2023
1 parent fe75614 commit 84cf21c
Show file tree
Hide file tree
Showing 7 changed files with 16,057 additions and 16,780 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: test

on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: 14
cache: 'npm'

- run: npm ci

- run: npm run test

- name: coverage
run: bash <(curl -s https://codecov.io/bash)
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org
Loading

0 comments on commit 84cf21c

Please sign in to comment.