Skip to content

Commit

Permalink
ci: Latest version of code quality action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 29, 2024
1 parent a3d7482 commit 6b598f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI - Pull Request
on:
pull_request_target:
# pull_request_target:
pull_request:

# Pull Request Runs on the same branch will be cancelled
concurrency:
Expand All @@ -21,7 +22,7 @@ jobs:
with:
cache: true
- run: dart run build_runner build --delete-conflicting-outputs
- uses: ZebraDevs/flutter-code-quality@main
- uses: ZebraDevs/flutter-code-quality@fix/testFailedComment
with:
token: ${{secrets.GITHUB_TOKEN}}
coverage-pass-score: '90'
Expand Down

0 comments on commit 6b598f5

Please sign in to comment.