From bb3b0f38eb4a2f880884f382de52e8d21b90b382 Mon Sep 17 00:00:00 2001 From: Denver Coneybeare Date: Fri, 10 Jan 2025 05:11:57 +0000 Subject: [PATCH] .github/workflows/firestore.yml: run Firestore tests when cpplint.py is changed. --- .github/workflows/firestore.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/firestore.yml b/.github/workflows/firestore.yml index 72280447aca..444f4196b08 100644 --- a/.github/workflows/firestore.yml +++ b/.github/workflows/firestore.yml @@ -71,6 +71,7 @@ jobs: # already trigger the check workflow. - 'scripts/binary_to_array.py' - 'scripts/build.sh' + - 'scripts/cpplint.py' - 'scripts/install_prereqs.sh' - 'scripts/localize_podfile.swift' - 'scripts/pod_lib_lint.rb'