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 4b30a247 add license
4b30a247 is described below
commit 4b30a2476778ca5b5ff99c8dc571d995c2b1f69a
Author: Ubuntu <[email protected]>
AuthorDate: Sat May 4 14:51:50 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 ffd13158..526ad2a7 100644
--- a/.github/workflows/loc.yml
+++ b/.github/workflows/loc.yml
@@ -14,6 +14,9 @@ jobs:
repository: ${{github.repository}}
ref: ${{ env.BRANCH_NAME }}
+ - name: Install
+ run: npm install
+
- name: Launch the local action
id: badge
uses: ./third_party/loc_script/ # Uses an action in the root directory