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

commit f0adffc4b61d33d0ce552b5d3cd1010375a21920
Author: Ubuntu <[email protected]>
AuthorDate: Sat May 4 15:05:24 2024 +0000

    add license
---
 .github/workflows/loc.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/loc.yml b/.github/workflows/loc.yml
index 5de6dd40..64eaff90 100644
--- a/.github/workflows/loc.yml
+++ b/.github/workflows/loc.yml
@@ -14,12 +14,13 @@ jobs:
          repository: ${{github.repository}}
          ref: ${{ env.BRANCH_NAME }}
 
-     - name: NPM Init
+     - name: cd
        uses: ./third_party/loc_script/ # Uses an action in the root directory
+
+     - name: NPM Init
        run: npm init -y 
 
      - name: NPM Install
-       uses: ./third_party/loc_script/ # Uses an action in the root directory
        run: npm install 
 
      - name: Launch the local action

Reply via email to