Skip to content

Commit

Permalink
Add note on file types (#97)
Browse files Browse the repository at this point in the history
* Add note on file types
* Update README.md
  • Loading branch information
vsoch committed Jul 25, 2022
1 parent 9d85fb5 commit 108d4b9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,17 @@ jobs:
| `force_pass` | <span style="color:green"> optional </span> | Choose whether to force a pass when checks are done. |
| `workers` | <span style="color:green"> optional </span> | The number of checks (one per file) to run in parallel, defaults to 9 |

## Details

### Hidden File Types

If you need to specify a file_types pattern to include hidden files, you'll need a `.*` pattern that is provided in the context of a comma separated list, for example:

```yaml
file_types: '.*,'
```
If there is another pattern or variable specification that you'd like to see an example of here, please [open an issue](https://github.com/urlstechie/urlchecker-action/issues).

## Demo
- Using version > 0.1.4
<img src="demo2.gif"/>
Expand Down

0 comments on commit 108d4b9

Please sign in to comment.