Skip to content

Commit 05b0f7f

Browse files
committed
Re-enable pana check
1 parent 3015b8d commit 05b0f7f

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

.github/workflows/check.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,19 @@ jobs:
3030
- name: Publish dry-run
3131
run: melos publish --dry-run --yes
3232

33-
# Temporarily broken due to unpublished changes. TODO: Re-enable after merging SDK packages into one.
34-
# pana:
35-
# runs-on: ubuntu-latest
36-
# needs: [setup]
37-
# steps:
38-
# - uses: actions/checkout@v4
39-
# - uses: ./.github/actions/prepare
40-
# - name: Check pana score
41-
# run: |
42-
# flutter pub global activate pana
43-
# melos analyze:packages:pana --no-select
33+
pana:
34+
runs-on: ubuntu-latest
35+
needs: [setup]
36+
steps:
37+
- uses: actions/checkout@v4
38+
- uses: ./.github/actions/prepare
39+
40+
- name: Install pana
41+
run: dart pub global pana
42+
43+
- name: Check powersync package
44+
run: dart pub global run pana --no-warning --exit-code-threshold 10
45+
working-directory: packages/powersync
4446

4547
test:
4648
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)