Skip to content

Commit

Permalink
docs: πŸ“ Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanderleek committed Dec 7, 2024
1 parent 23f7d76 commit 360a8f7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,17 @@ jobs:
uses: getcodelimit/codelimit-action@v1
```
## Adding exclude paths
## Excluding files
Use the input parameter `excludes` to exclude files and directories, this
action parameter takes a list of
[patterns](https://git-scm.com/docs/gitignore#_pattern_format).

```yaml
- name: 'Run Code Limit'
uses: getcodelimit/codelimit-action@v1
with:
excludes:
- examples/*
- third_party/*
- examples
- third_party
```

0 comments on commit 360a8f7

Please sign in to comment.