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

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


The following commit(s) were added to refs/heads/apache_check by this push:
     new ea6d98c3 add license
ea6d98c3 is described below

commit ea6d98c382970cac4307d7f3f638b3e062e6b626
Author: Ubuntu <[email protected]>
AuthorDate: Sat May 4 15:26:23 2024 +0000

    add license
---
 .github/workflows/loc.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/loc.yml b/.github/workflows/loc.yml
index 684a66a5..273fc7d2 100644
--- a/.github/workflows/loc.yml
+++ b/.github/workflows/loc.yml
@@ -16,9 +16,11 @@ jobs:
 
      - name: NPM Init
        run: npm init -y 
+       working-directory: ./third_party/loc_script/
 
      - name: NPM Install
-       run: npm install --prefix ./third_party/loc_script/
+       run: npm install 
+       working-directory: ./third_party/loc_script/
 
      - name: Launch the local action
        id: badge

Reply via email to