You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `TLD` | Include all tld extensions (required SITE_WIDE=true). | true |
40
41
| `LIST` | Report the results to github as a pass or fail list or detailed report. | false |
42
+
| `RECORD` | Record the audit as video to a directory. | |
41
43
| `FAIL_TOTAL_COUNT` | Determine whether to fail the CI if total issues warnings and errors exceed the counter. Takes precedence over the other FAIL inputs. | 0 |
42
44
| `FAIL_ERRORS_COUNT` | Determine whether to fail the CI if total issues with errors exceed the counter. | 0 |
43
45
| `FAIL_WARNINGS_COUNT` | Determine whether to fail the CI if total issues with warnings exceed the counter. | 0 |
0 commit comments