Skip to content

Commit

Permalink
fix: disable line length complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
willgeorgetaylor committed Dec 28, 2023
1 parent 3e5bddb commit 69fbf37
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- markdownlint-disable line-length -->
<!-- markdownlint-disable MD013 -->

# reduce-junit-reports

Expand All @@ -8,8 +8,6 @@ GitHub Action for compressing JUnit XML reports into an averaged set

All inputs are optional. However, these are the most important:

<!-- markdownlint-disable -->

| Name | Description | Type | Default |
| :--- | :--- | :--- | :--- |
| `include` | Glob pattern to find input JUnit XML reports | `string` | `./**/*.xml` |
Expand All @@ -32,8 +30,6 @@ All inputs are optional. However, these are the most important:
| `reduce-cases-by` | Reduce test cases by name, classname, or file. Options: `classname`, `file` or `name` | `string` | `name` |
| `rounding-mode` | Rounding mode for counts that should be integers. Options: `ceil`, `floor` or `round` | `string` | `round` |

<!-- markdownlint-enable -->

## Example Workflow

```yaml
Expand Down

0 comments on commit 69fbf37

Please sign in to comment.