Skip to content

Merge pull request #37 from nanahq/siradji/deep-linking-support #363

Merge pull request #37 from nanahq/siradji/deep-linking-support

Merge pull request #37 from nanahq/siradji/deep-linking-support #363

Workflow file for this run

#name: CI
#
#on:
# workflow_dispatch:
# push:
# branches: [ main ]
# pull_request:
#
#concurrency:
# group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
# cancel-in-progress: true
#
#jobs:
# lint:
# name: Lint
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
# - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1
# with:
# node-version: 16
# cache: 'npm'
#
# - run: npm ci
# - run: tsc --project tsconfig.json
#
# lint_prettier:
# name: Lint - Prettier
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
#
# - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1
# with:
# node-version: 16
# cache: npm
#
# - run: npm ci
# - run: npx pretty-quick --staged --check --pattern "mobile-app/**"
#
# unit:
# name: Unit Test
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
# - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1
# with:
# node-version: 16
# cache: 'npm'
#
# - run: npm ci
# - run: npm run test:ci
#
# - uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # tag=v3.1.1
# with:
# token: ${{secrets.CODECOV_TOKEN}}
# fail_ci_if_error: true