Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Mar 17, 2021
1 parent 9fee6c9 commit 842ca57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ Using with the default settings will check the `README.md` in your repository.

```yml
- name: Link Checker
uses: lycheeverse/lychee-action@v1.0.4
uses: lycheeverse/lychee-action@v1.0.6
```

This action uses [lychee] for link checking.
lychee arguments can be passed to the action via the `args` parameter. If not set, the defaults are

```yml
- name: Link Checker
uses: lycheeverse/lychee-action@v1.0.4
uses: lycheeverse/lychee-action@v1.0.6
with:
args: --verbose --no-progress *.md
```
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Link Checker
uses: lycheeverse/lychee-action@v1.0.4
uses: lycheeverse/lychee-action@v1.0.6
- name: Create Issue From File
uses: peter-evans/create-issue-from-file@v2
with:
Expand All @@ -74,7 +74,7 @@ jobs:
- uses: actions/checkout@v2
- name: lychee Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.0.4
uses: lycheeverse/lychee-action@v1.0.6
- name: Fail if there were link errors
run: exit ${{ steps.lychee.outputs.exit_code }}
```
Expand Down

0 comments on commit 842ca57

Please sign in to comment.