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 acd1cc49 add license
acd1cc49 is described below
commit acd1cc4959792794a68deb683a3e3fe0a5f80810
Author: Ubuntu <[email protected]>
AuthorDate: Sat May 4 14:57:09 2024 +0000
add license
---
.github/workflows/loc.yml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/loc.yml b/.github/workflows/loc.yml
index d9bcf7a6..84f16885 100644
--- a/.github/workflows/loc.yml
+++ b/.github/workflows/loc.yml
@@ -14,8 +14,11 @@ jobs:
repository: ${{github.repository}}
ref: ${{ env.BRANCH_NAME }}
- - name: Install
- run: npm init; npm install
+ - name: NPM Init
+ run: npm init
+
+ - name: NPM Install
+ run: npm install
- name: Launch the local action
id: badge