File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments