commit
a47f1f2beb
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build
|
||||
on: push
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
build-example-ios:
|
||||
name: build-example-ios
|
||||
@ -24,4 +24,4 @@ jobs:
|
||||
- name: Bootstrap
|
||||
run: yarn bootstrap
|
||||
- name: Build
|
||||
run: cd example/android && ./gradlew assembleDebug
|
||||
run: cd example/android && ./gradlew assembleDebug
|
||||
|
||||
4
.github/workflows/linter.yml
vendored
4
.github/workflows/linter.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Linter
|
||||
on: push
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
eslint:
|
||||
name: ESLint
|
||||
@ -10,4 +10,4 @@ jobs:
|
||||
- name: Install modules
|
||||
run: yarn
|
||||
- name: Lint
|
||||
run: yarn lint
|
||||
run: yarn lint
|
||||
|
||||
Loading…
Reference in New Issue
Block a user