We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8eadcdd + 1596141 commit 475ce7aCopy full SHA for 475ce7a
.github/workflows/flutter.yml
@@ -184,7 +184,7 @@ jobs:
184
- uses: actions/checkout@v3
185
186
- name: ktlint
187
- uses: ScaCap/action-ktlint@0169eb4232c76b235d26d94e92111c32aee7660e # pin@1.5.1
+ uses: ScaCap/action-ktlint@2cf245b99bc91f73bc4c96a3d9d57bb5da3533ae # pin@1.7.1
188
with:
189
github_token: ${{ secrets.github_token }}
190
reporter: github-pr-review
flutter/example/pubspec.yaml
@@ -50,3 +50,4 @@ sentry:
50
wait_for_processing: true
51
commits: true
52
ignore_missing: true
53
+ log_level: info
0 commit comments