Skip to content

chore(deps-dev): bump typescript-eslint from 8.13.0 to 8.14.0 in /nat… #3089

chore(deps-dev): bump typescript-eslint from 8.13.0 to 8.14.0 in /nat…

chore(deps-dev): bump typescript-eslint from 8.13.0 to 8.14.0 in /nat… #3089

Workflow file for this run

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