Add GitHub Actions Acceptable Use Violation Guide #48841
Annotations
5 errors
|
workflows
Process completed with exit code 1.
|
|
src/workflows/tests/actions-workflows.ts > GitHub Actions workflows > limits repository scope 'sync-upstream.yml':
src/workflows/tests/actions-workflows.ts#L111
AssertionError: the given combination of arguments (undefined and string) is invalid for this assertion. You can use an array, a map, an object, a set, a string, or a weakset instead of a string
❯ src/workflows/tests/actions-workflows.ts:111:25
|
|
src/workflows/tests/actions-workflows.ts > GitHub Actions workflows > schedule workflow runs at 20 minutes past 'sync-upstream.yml':
src/workflows/tests/actions-workflows.ts#L85
AssertionError: expected '*/5 * * * *' to match /^20/
- Expected:
/^20/
+ Received:
"*/5 * * * *"
❯ src/workflows/tests/actions-workflows.ts:85:22
|
|
content-linter
Process completed with exit code 1.
|
|
src/content-linter/tests/integration/lint-cli.ts > Content Linter CLI Integration Tests > Linter functionality verification > should detect errors when explicitly running search-replace rule:
src/content-linter/tests/integration/lint-cli.ts#L64
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ src/content-linter/tests/integration/lint-cli.ts:64:5
|