Skip to content

Commit 4e0fbd5

Browse files
authored
Merge pull request #140 from davidpelfree/feature/126-create-ci
Create expo.yml GitAction and add build-status badge to home page
2 parents b281d3d + 093947d commit 4e0fbd5

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.github/workflows/expo.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Expo Build
2+
on: [push,pull_request]
3+
4+
jobs:
5+
build:
6+
name: Build
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v1
10+
- uses: actions/setup-node@v1
11+
with:
12+
node-version: 12.x
13+
- uses: expo/expo-github-action@v5
14+
with:
15+
expo-version: 3.x
16+
- run: yarn install

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![Expo Build](https://github.com/startach/haprev/workflows/Expo%20Build/badge.svg)
2+
13
# React Native & Redux Application - מהפכה של שמחה
24
**אפליקציה לעידוד התנדבויות בבתי חולים**
35

0 commit comments

Comments
 (0)