Skip to content

Commit 7978f19

Browse files
committed
Enable submodule checkout in CI workflow and remove 3rdparty from gitignore
- Configure rust.yml workflow to checkout submodules during CI runs - Remove /3rdparty from .gitignore to track the erc-8004-contracts submodule
1 parent 65afc20 commit 7978f19

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ env:
1111

1212
jobs:
1313
call-ci:
14-
uses: qntx/workflows/.github/workflows/rust.yml@main
14+
uses: qntx/workflows/.github/workflows/rust.yml@main
15+
with:
16+
submodules: true

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ target
2020
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
2121
#.idea/
2222

23-
/3rdparty

0 commit comments

Comments
 (0)