Skip to content

build(deps): bump the npm_and_yarn group across 1 directory with 9 updates #276

build(deps): bump the npm_and_yarn group across 1 directory with 9 updates

build(deps): bump the npm_and_yarn group across 1 directory with 9 updates #276

Workflow file for this run

name: Validation
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
validate:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
ios/Pods
example/ios/Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-pods-
- uses: volta-cli/action@v4
- run: yarn install --immutable && npx pod-install
- run: npx pod-install
working-directory: example
- run: yarn typescript
- run: yarn lint