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 8b0eda15 add license
8b0eda15 is described below

commit 8b0eda15c9a3150eed5a340a8139c1fe10c7f7c6
Author: Ubuntu <[email protected]>
AuthorDate: Sat May 4 15:10:16 2024 +0000

    add license
---
 .github/workflows/loc.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/loc.yml b/.github/workflows/loc.yml
index c7252a2e..684a66a5 100644
--- a/.github/workflows/loc.yml
+++ b/.github/workflows/loc.yml
@@ -14,14 +14,11 @@ jobs:
          repository: ${{github.repository}}
          ref: ${{ env.BRANCH_NAME }}
 
-     - name: cd
-       run: cd ./third_party/loc_script/ # Uses an action in the root directory
-
      - name: NPM Init
        run: npm init -y 
 
      - name: NPM Install
-       run: npm install 
+       run: npm install --prefix ./third_party/loc_script/
 
      - name: Launch the local action
        id: badge

Reply via email to