-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: remove vendored actions (#441)
* use original action instead of dfinity fork * regex based conventional pr title * bats submodules * use bats from submodule in examples.yml * try fix * checkout submodules only in test
- Loading branch information
Showing
7 changed files
with
38 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[submodule "examples/bats/bats-core"] | ||
path = examples/bats/bats-core | ||
url = https://github.com/bats-core/bats-core.git | ||
[submodule "examples/bats/bats-support"] | ||
path = examples/bats/bats-support | ||
url = https://github.com/bats-core/bats-support.git | ||
[submodule "examples/bats/bats-assert"] | ||
path = examples/bats/bats-assert | ||
url = https://github.com/bats-core/bats-assert.git |
Submodule bats-assert
added at
e2d855
Submodule bats-support
added at
9bf10e