Skip to content

Fix type check of number keys #53

Fix type check of number keys

Fix type check of number keys #53

Workflow file for this run

name: Test
on: pull_request
jobs:
test:
if: "!startsWith(github.event.head_commit.message, '[ci skip]')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/[email protected]
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm test