Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome authored May 23, 2021
1 parent c197086 commit 2e81113
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ steps:
pattern: src/**.fish
```

Multiple `pattern` values are also supported:

```yaml
...
steps:
- name: Syntax check
uses: fish-shop/[email protected]
with:
pattern: conf.d/**.fish functions/pond.fish completions/**.fish
```


## Acknowledgements

* This project was inspired by [fish-actions/syntax-check](https://github.com/fish-actions/syntax-check).
Expand Down

0 comments on commit 2e81113

Please sign in to comment.