Skip to content

fix(android): map null values by checking JSONObject.NULL #198

fix(android): map null values by checking JSONObject.NULL

fix(android): map null values by checking JSONObject.NULL #198

Workflow file for this run

name: Verify
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
- name: lint
run: |
npm install
npm run lint
env:
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}