Skip to content

Commit 475ce7a

Browse files
committed
Merge branch 'main' into feat/app-context-screen
2 parents 8eadcdd + 1596141 commit 475ce7a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/flutter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
- uses: actions/checkout@v3
185185

186186
- name: ktlint
187-
uses: ScaCap/action-ktlint@0169eb4232c76b235d26d94e92111c32aee7660e # pin@1.5.1
187+
uses: ScaCap/action-ktlint@2cf245b99bc91f73bc4c96a3d9d57bb5da3533ae # pin@1.7.1
188188
with:
189189
github_token: ${{ secrets.github_token }}
190190
reporter: github-pr-review

flutter/example/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ sentry:
5050
wait_for_processing: true
5151
commits: true
5252
ignore_missing: true
53+
log_level: info

0 commit comments

Comments
 (0)