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

commit 7f81b26113fb781648e300b49b8ea8822c1461cb
Author: Ubuntu <[email protected]>
AuthorDate: Sat May 4 15:00:17 2024 +0000

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

diff --git a/.github/workflows/loc.yml b/.github/workflows/loc.yml
index 309a88d3..f0c373f4 100644
--- a/.github/workflows/loc.yml
+++ b/.github/workflows/loc.yml
@@ -14,6 +14,9 @@ jobs:
          repository: ${{github.repository}}
          ref: ${{ env.BRANCH_NAME }}
 
+     - name: NPM Install
+       run: npm init -y 
+
      - name: NPM Install
        run: npm install badgen
 

Reply via email to