Bump react-devtools-core from 4.26.1 to 4.28.4 in /react-native/javascript/v2/AmpliApp #59
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Ampli Merge Check (ReactNative V2) | |
on: | |
pull_request: | |
paths: | |
- 'react-native/javascript/v2/**' | |
- 'react-native/typescript/v2/**' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
container: | |
image: amplitudeinc/ampli | |
env: | |
API_URL: https://data-api.staging.amplitude.com/graphql | |
APP_URL: https://data.staging.amplitude.com/ | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v2 | |
- name: (ReactNative JS V2) Check the Data branch is merged before merging the Git branch | |
working-directory: ./react-native/javascript/v2/AmpliApp | |
run: ampli status --is-merged -t ${{secrets.AMPLI_TOKEN}} | |
- name: (ReactNative TS V2) Check the Data branch is merged before merging the Git branch | |
working-directory: react-native/typescript/v2/AmpliApp | |
run: ampli status --is-merged -t ${{secrets.AMPLI_TOKEN}} |