chore(deps): bump the react-navigation group across 1 directory with … #3081
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: main-ci-native | |
on: | |
push: | |
paths: | |
- "native/**" | |
jobs: | |
main-ci-native: | |
name: Main CI native | |
timeout-minutes: 5 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: pnpm/[email protected] | |
with: | |
version: 9.12.2 | |
- name: install dependencies | |
run: cd native && pnpm install --frozen-lockfile | |
- name: lint | |
run: cd native && pnpm lint | |
- name: format | |
run: cd native && pnpm format:check | |
- name: type check | |
run: cd native && pnpm type-check |