File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ inputs:
2020runs :
2121 using : " composite"
2222 steps :
23- - name : Apply Dependency Overrides
23+ - name : Temporary Override Local Dependencies
2424 shell : bash
2525 run : |
2626 git apply .github/actions/pana/chore__temporarily_override_dep_to_local.patch
Original file line number Diff line number Diff line change 44 pull_request :
55 branches :
66 - master
7- paths-ignore :
8- - ' docs/**'
97 push :
108 branches :
119 - master
12- paths-ignore :
13- - ' docs/**'
1410
1511concurrency :
1612 group : ${{ github.workflow }}-${{ github.ref }}
@@ -59,13 +55,15 @@ jobs:
5955 uses : ./.github/actions/pana
6056 with :
6157 working_directory : packages/stream_chat_flutter
62- min_score : 100
58+ min_score : 120
6359
6460 stream_chat_localizations :
6561 runs-on : ubuntu-latest
6662 steps :
67- - uses : actions/checkout@v4
68- - uses : ./.github/actions/pana
63+ - name : 📚 Git Checkout
64+ uses : actions/checkout@v4
65+ - name : 📊 Verify Pana Score
66+ uses : ./.github/actions/pana
6967 with :
7068 working_directory : packages/stream_chat_localizations
7169 min_score : 120
You can’t perform that action at this time.
0 commit comments