Merge pull request #571 from devchat-ai/add_sonar_respec_submodule

refactor: Update git submodule initialization command
This commit is contained in:
boob.yang 2024-06-25 14:17:24 +08:00 committed by GitHub
commit 2f90648a16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ jobs:
steps: steps:
- checkout - checkout
- run: git submodule sync - run: git submodule sync
- run: git submodule update --init - run: git submodule update --init --recursive
- run: npm install - run: npm install
- run: npm run build - run: npm run build
- persist_to_workspace: - persist_to_workspace:

2
tools

@ -1 +1 @@
Subproject commit 5a7d540858bb0ac987a6ff11218a6d09c662b2b0 Subproject commit 94b85be513e345ea859cf296b0c16ddf2ba2ea1f

View File

@ -21,6 +21,6 @@
} }
}, },
"exclude": [ "exclude": [
"test","gui" "test","gui","tools"
] ]
} }