Skip to content

Commit

Permalink
Merge pull request #15 from ValentinVignal/better-read-me
Browse files Browse the repository at this point in the history
πŸ“  Improve readme
  • Loading branch information
ValentinVignal authored Nov 18, 2024
2 parents e9be154 + 843003e commit ad1d341
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# action-dart-analyze

This action analyzes dart code by running `dart analyze` and `dart format`.
This action analyzes the modified lines dart code of the PR by running `dart analyze` and `dart format`.

## How to use it

Expand Down Expand Up @@ -80,3 +80,7 @@ jobs:
with:
fail-on: "warning"
```
## Using the `GITHUB_TOKEN` in a workflow

In order to write comments, your `GITHUB_TOKEN` might need the `pull_request: write` permission.

0 comments on commit ad1d341

Please sign in to comment.