Skip to content

Add ignoreCommonAttribWarnings option, ignore common attributes which are also not already defined on the component #101

Add ignoreCommonAttribWarnings option, ignore common attributes which are also not already defined on the component

Add ignoreCommonAttribWarnings option, ignore common attributes which are also not already defined on the component #101

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup kernel for react native, increase watchers
run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test