Skip to content

Added useFeatureFlagWithPayload for react native #324

Added useFeatureFlagWithPayload for react native

Added useFeatureFlagWithPayload for react native #324

Workflow file for this run

name: CI
on:
- pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
tests:
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn install
- run: yarn test
- run: yarn test:rn
lint:
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn install
- run: yarn compile
- run: yarn lint
- run: yarn prettier:check