-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ece51a2
commit 69f5274
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,7 +87,8 @@ In order to write comments, your `GITHUB_TOKEN` might need the `pull_request: wr | |
|
||
## Run it yourself | ||
|
||
Alternatively, you can download and run the script `scripts/run.sh`: | ||
Alternatively, you can download and run the script `scripts/run.sh`. | ||
In order to run it, you will need to set-up node first | ||
|
||
```shell | ||
Options: | ||
|
@@ -115,10 +116,7 @@ jobs: | |
- name: Set up Flutter | ||
uses: subosito/flutter-action@v2 | ||
- run: flutter pub get | ||
- name: Analyze Flutter | ||
runs: ValentinVignal/[email protected] | ||
with: | ||
fail-on: "warning" | ||
- uses: actions/setup-node@v4 # You need to install node before running the script. | ||
- run: | | ||
curl https://raw.githubusercontent.com/ValentinVignal/action-dart-analyze/refs/heads/main/scripts/run.sh -o script.sh | ||
bash script.sh -t ${{ github.token }} --fail-on warning | ||
|