Skip to content

Commit

Permalink
chore: add client-rs submodule to main (#3114)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi committed Mar 12, 2024
1 parent 4555975 commit ab0b4c5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/check-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
with:
fetch-depth: 1

- name: Check large files
uses: actionsdesk/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filesizelimit: "1048576"
exclusionPatterns: |
deploy/helm-charts
manager/console
# - name: Check large files
# uses: actionsdesk/[email protected]
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# filesizelimit: "1048576"
# exclusionPatterns: |
# deploy/helm-charts
# manager/console
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "manager/console"]
path = manager/console
url = https://github.com/dragonflyoss/console.git
[submodule "client-rs"]
path = client-rs
url = https://github.com/dragonflyoss/client.git
1 change: 1 addition & 0 deletions client-rs
Submodule client-rs added at 7ba29e

0 comments on commit ab0b4c5

Please sign in to comment.