Skip to content

Commit ef33169

Browse files
committed
chore: fix pana
1 parent e9f1972 commit ef33169

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/actions/pana/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ inputs:
2020
runs:
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

.github/workflows/pana.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@ on:
44
pull_request:
55
branches:
66
- master
7-
paths-ignore:
8-
- 'docs/**'
97
push:
108
branches:
119
- master
12-
paths-ignore:
13-
- 'docs/**'
1410

1511
concurrency:
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

0 commit comments

Comments
 (0)