Skip to content

Commit

Permalink
Merge pull request #64 from mongolyy/feature/update-readme-example
Browse files Browse the repository at this point in the history
Update frequently used examples
  • Loading branch information
mongolyy authored Jul 4, 2024
2 parents ace33ac + 75cc34a commit 1b4dcdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ inputs:
> This will set up the appropriate version of @biomejs/biome from the lockfiles.
> No need to [set up manually](https://github.com/mongolyy/reviewdog-action-biome/blob/v1.5.1/README.md#usage) anymore!
This is an example of commenting on a pull request and failing CI when there are issues pointed out in Biome check.
```yaml
name: reviewdog
on: [pull_request]
Expand All @@ -87,6 +89,7 @@ jobs:
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
fail_on_error: true
```
## Development
Expand Down

0 comments on commit 1b4dcdc

Please sign in to comment.