Skip to content

hotfix: also patch util.isRegExp and util.isArray #24

hotfix: also patch util.isRegExp and util.isArray

hotfix: also patch util.isRegExp and util.isArray #24

Workflow file for this run

name: Checks
on:
push:
branches:
- develop
pull_request:
branches:
- develop
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run : npm ci
- name: Lint
run: npm run -s lint
- name: Typecheck
run: npm run -s typecheck