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
commit 761ce31fad45fe070ccd36d89a932ca02d18f231 Author: Ubuntu <[email protected]> AuthorDate: Sat May 4 12:53:33 2024 +0000 add npm in workflow --- .github/workflows/loc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/loc.yml b/.github/workflows/loc.yml index 32f33140..801215ca 100644 --- a/.github/workflows/loc.yml +++ b/.github/workflows/loc.yml @@ -19,6 +19,8 @@ jobs: - name: Launch the local action uses: ./ # Uses an action in the root directory id: badge + run: + npm install with: debug: true directory: ./
