Skip to content

Update manual enter send path #96

Update manual enter send path

Update manual enter send path #96

Workflow file for this run

name: '[CI] React Native'
on:
push:
branches:
- main
pull_request:
branches:
- main
# `workflow_dispatch` allows to run the workflow manually
# when selecting it in the `Actions tab`
workflow_dispatch:
jobs:
ci:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
set -euxo pipefail
yarn install --frozen-lockfile
- name: Run eslint
run: |
set -euxo pipefail
yarn lint