File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 run : dart analyze
3131
3232 - name : Run tests (no coverage) to validate for SDK ${{ matrix.sdk }}
33- run : dart test --no-pub -- platform vm
33+ run : dart test --platform vm
Original file line number Diff line number Diff line change 88
99jobs :
1010 publish :
11- name : Publish
12- runs-on : ubuntu-latest
1311 permissions :
14- contents : read
1512 id-token : write
16-
17- steps :
18- - name : Checkout repository
19- uses : actions/checkout@v4
20-
21- - name : Publish to pub.dev
22- # Reuse the upstream publish workflow from the dart-lang/setup-dart repo which handles OIDC auth
23- uses : dart-lang/setup-dart/.github/workflows/publish.yml@v1
24- with :
25- # If your package lives at the repo root (most common), leave working-directory alone
26- working-directory : .
27- sdk : stable
13+ contents : read
14+ uses : dart-lang/setup-dart/.github/workflows/publish.yml@v1
15+ with :
16+ working-directory : .
You can’t perform that action at this time.
0 commit comments