This is an automated email from the ASF dual-hosted git repository.

junchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e4a73d4 Update loc.yml
5e4a73d4 is described below

commit 5e4a73d4a7a460f8a591fa1f9945bea66c7f5f35
Author: cjcchen <[email protected]>
AuthorDate: Wed Feb 11 14:20:28 2026 +0800

    Update loc.yml
---
 .github/workflows/loc.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/loc.yml b/.github/workflows/loc.yml
index 4f85127c..1ac9e8cc 100644
--- a/.github/workflows/loc.yml
+++ b/.github/workflows/loc.yml
@@ -50,7 +50,7 @@ jobs:
        with:
          debug: true
          directory: ./
-         patterns: '**/*.h|**/*.cpp'
+         patterns: '**/*.h | **/*.cpp | **/*.ts | **/*.py | **/*.js | **/*.ccs'
          badge: ./output/badge.svg
          ignore: 'node_modules/|README'
 

Reply via email to