Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vseplet committed Jun 6, 2024
1 parent 5e1bea4 commit 02a5b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Level.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Level - The level of the log message
*/

export enum Level {
TRACE,
DEBUG,
Expand Down
1 change: 1 addition & 0 deletions update-version.workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,5 @@ core.api.settings.ALLOWED_LOGGING_SOURCE_TYPES = [
];

core.api.register(workflow);
console.log('before start!');
await core.api.start();

0 comments on commit 02a5b42

Please sign in to comment.