Skip to content

Implement JSON_PATCH() in Onyx.merge() in react-native-onyx(native) #751

Implement JSON_PATCH() in Onyx.merge() in react-native-onyx(native)

Implement JSON_PATCH() in Onyx.merge() in react-native-onyx(native) #751

Workflow file for this run

name: Lint JavaScript
on:
pull_request:
types: [opened, synchronize]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "16.x"
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
- run: npm run lint
env:
CI: true