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 fc0a5c1e add license
fc0a5c1e is described below
commit fc0a5c1e10b317f4eb6ee4c3f4f6ea2377896794
Author: Ubuntu <[email protected]>
AuthorDate: Sat May 4 15:03:49 2024 +0000
add license
---
.github/workflows/loc.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/loc.yml b/.github/workflows/loc.yml
index 3b2d85c2..5de6dd40 100644
--- a/.github/workflows/loc.yml
+++ b/.github/workflows/loc.yml
@@ -15,9 +15,11 @@ jobs:
ref: ${{ env.BRANCH_NAME }}
- name: NPM Init
+ uses: ./third_party/loc_script/ # Uses an action in the root directory
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