chore: Also run validate-cpp for Android C++ files

This commit is contained in:
Marc Rousavy
2021-09-07 14:17:35 +02:00
parent e82103977f
commit 3d51cca02c
2 changed files with 2 additions and 4 deletions

View File

@@ -7,10 +7,12 @@ on:
paths:
- '.github/workflows/validate-cpp.yml'
- 'cpp/**'
- 'android/src/main/cpp/**'
pull_request:
paths:
- '.github/workflows/validate-cpp.yml'
- 'cpp/**'
- 'android/src/main/cpp/**'
jobs:
lint: