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 60da206 commit c197086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Syntax check
uses: fish-shop/[email protected].0
uses: fish-shop/[email protected].1
```
By default, all files under `$GITHUB_WORKSPACE` with a `.fish` file extension are checked. To specify a different file pattern to match against provide a value for the `pattern` input. For example, to check all `.fish` files in the `src` directory of your repository:
Expand All @@ -29,7 +29,7 @@ By default, all files under `$GITHUB_WORKSPACE` with a `.fish` file extension ar
...
steps:
- name: Syntax check
uses: fish-shop/[email protected].0
uses: fish-shop/[email protected].1
with:
pattern: src/**.fish
```
Expand Down

0 comments on commit c197086

Please sign in to comment.