From 6a9739b9a2f47cb6e51a850b6e82fa9c42a13f61 Mon Sep 17 00:00:00 2001 From: Cooper Date: Wed, 5 Apr 2023 12:13:54 -0400 Subject: [PATCH] fix(docs): remove dupe --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 1715e64..613dc2f 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,6 @@ Whether you want to fail on warnings or not. Default: `false` -### `failOnWarnings` - -Whether you want to fail on warnings or not. - -Default: `false` - ### `failOnErrors` Whether you want to fail on errors or not. Still outputs the results, just forces the action to pass even if errors are detected.