-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(envited.ascs.digital): Error handling asset verification (#398)
* feat(envited.ascs.digital): Error handling asset verification Signed-off-by: Jeroen Branje <[email protected]> * feat: replace any type Signed-off-by: Jeroen Branje <[email protected]> * feat: add branch to workflow Signed-off-by: Jeroen Branje <[email protected]> * feat: add unexpected files amount check Signed-off-by: Jeroen Branje <[email protected]> * feat: remove branch from workflow Signed-off-by: Jeroen Branje <[email protected]> * feat: add check if readme exists Signed-off-by: Jeroen Branje <[email protected]> * feat: add error message for manifest and domainMetadata Signed-off-by: Jeroen Branje <[email protected]> * feat: rename exists Signed-off-by: Jeroen Branje <[email protected]> --------- Signed-off-by: Jeroen Branje <[email protected]> Co-authored-by: Carlo van Driesten <[email protected]>
- Loading branch information
1 parent
6d526bb
commit 93f7c15
Showing
10 changed files
with
193 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
export { extract, extractFromFile, extractFromByteArray, read, readContentFromJsonFile } from './archive' | ||
export { | ||
countAmountOfFilesInZip, | ||
extract, | ||
extractFromFile, | ||
extractFromByteArray, | ||
read, | ||
readContentFromJsonFile, | ||
} from './archive' |
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
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