Skip to content

Commit

Permalink
ci: Update workflow to include custom lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yorifuji committed Dec 22, 2023
1 parent 53fa31f commit 88d97dc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,15 @@ jobs:

- run: flutter pub get

- run: flutter analyze --write=flutter_analyze.log
- run: flutter analyze --write=flutter_analyze.log || true

- uses: yorifuji/flutter-analyze-commenter@v1
- run: dart run custom_lint --format=json > custom_lint.json || true

- uses: yorifuji/flutter-analyze-commenter@develop
if: ${{ !cancelled() }}
with:
analyze_log: flutter_analyze.log
analyze-log: flutter_analyze.log
custom-lint-log: custom_lint.json
verbose: true

# diff:
Expand Down

0 comments on commit 88d97dc

Please sign in to comment.