Run format

This commit is contained in:
Jacob Wallraff
2023-01-23 16:25:30 -08:00
parent 6be2bd1cd7
commit e8c5a21743
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -86,8 +86,8 @@ jobs:
expect(result).not.toBeUndefined();
expect(result?.contents).toEqual(
"Runs at 0 and 30 minutes past the hour, at 00:00 and 12:00\n\n" +
"Actions schedules run at most every 5 minutes. " +
"[Learn more](https://docs.github.com/actions/using-workflows/workflow-syntax-for-github-actions#onschedule)"
"Actions schedules run at most every 5 minutes. " +
"[Learn more](https://docs.github.com/actions/using-workflows/workflow-syntax-for-github-actions#onschedule)"
);
});