Skip to content

feat: update DeepSeek models to V4 and add thinking toggle (#92) #380

feat: update DeepSeek models to V4 and add thinking toggle (#92)

feat: update DeepSeek models to V4 and add thinking toggle (#92) #380

Workflow file for this run

name: Code Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
pull-requests: write
jobs:
code-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run package install
run: cd react-native && npm i
- name: Run code format
run: cd react-native && npm run format
- name: Run code lint
run: cd react-native && npm run lint