Skip to content

Commit

Permalink
REVERT THIS; TESTING FAILURE MODE
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJang27 committed May 8, 2024
1 parent 4c8f397 commit bffbd51
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports[`Testing linter actionlint test CUSTOM 1`] = `
"level": "LEVEL_HIGH",
"line": "4",
"linter": "actionlint",
"message": "invalid CRON format "0 */3 * *" in schedule event: expected exactly 5 fields, found 4: [0 */3 * *]",
"message": "invalid format "0 */3 * *" in schedule event: expected exactly 5 fields, found 4: [0 */3 * *]",
"targetType": "github-workflow",
},
{
Expand All @@ -24,7 +24,7 @@ exports[`Testing linter actionlint test CUSTOM 1`] = `
"level": "LEVEL_HIGH",
"line": "6",
"linter": "actionlint",
"message": "scheduled job runs too frequently. it runs once per 60 seconds. the shortest interval is once every 5 minutes",
"message": "scheduled runs too frequently. it runs once per 60 seconds. the shortest interval is once every 5 minutes",
"targetType": "github-workflow",
},
{
Expand Down

0 comments on commit bffbd51

Please sign in to comment.