Skip to content

feat(ios): support iOS platform in configuration (#133) #66

feat(ios): support iOS platform in configuration (#133)

feat(ios): support iOS platform in configuration (#133) #66

Workflow file for this run

name: Lint and Test
on:
push:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'npm'
- run: yarn install
- run: yarn lint
- run: yarn test --forceExit