fix(⬆️): Upgrade to chromium/7403 add 16 KB page sizes to android (#250) #1015
This file contains hidden or 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: cpplint | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
cpplint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- uses: actions/setup-python@v1 | |
- run: pip install cpplint | |
- run: cpplint --linelength=230 --filter=-legal/copyright,-whitespace/indent,-whitespace/comments,-whitespace/ending_newline,-build/include_order,-runtime/references,-readability/todo,-whitespace/blank_line,-whitespace/todo,-runtime/int,-build/c++11,-whitespace/parens --exclude=package/example --exclude=package/android/.cxx --exclude=package/cpp/webgpu --exclude=package/cpp/dawn --exclude=package/ios --exclude=package/android/build --exclude=package/node_modules --recursive package |