Skip to content

fix: detect only vertical ScrollView for parentScrollViewTarget #277

fix: detect only vertical ScrollView for parentScrollViewTarget

fix: detect only vertical ScrollView for parentScrollViewTarget #277

Workflow file for this run

name: 🔮 Verify C++
on:
push:
branches:
- main
paths:
- ".github/workflows/verify-cpp.yml"
- "android/src/main/**"
pull_request:
paths:
- ".github/workflows/verify-cpp.yml"
- "android/src/main/**"
jobs:
lint:
name: cpplint
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install cpplint
- name: Run cpplint
run: cpplint --linelength=230 --filter=-legal/copyright,-readability/todo,-build/namespaces,-whitespace/comments,-build/c++11,-runtime/int,-runtime/references --quiet --recursive android/src/main/