Add build ios action

This commit is contained in:
Aaron Grider 2020-10-24 16:45:36 -07:00
parent 7f497650fa
commit 5ee440040f
3 changed files with 9 additions and 8 deletions

View File

@ -1,13 +1,13 @@
name: Linter
name: Build
on: push
jobs:
super-lint:
name: Lint
runs-on: ubuntu-latest
build-ios:
name: build-ios
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Lint
run: yarn lint
- name: Bootstrap
run: yarn bootstrap

View File

@ -1,8 +1,8 @@
name: Linter
on: push
jobs:
super-lint:
name: Lint
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout

View File

@ -14,6 +14,7 @@
"scripts": {
"test": "jest",
"lint": "yarn eslint -c .eslintrc.js",
"build:ios": "",
"start": "watchman watch-del-all && node node_modules/react-native/local-cli/cli.js start",
"example": "yarn --cwd example",
"pods": "cd example && pod-install --quiet",