diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index a903524..57ff255 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -62,4 +62,7 @@ jobs: uses: codecov/codecov-action@v3 with: token: ${{secrets.CODECOV_TOKEN}} - file: coverage/coverage.lcov \ No newline at end of file + file: coverage/coverage.lcov + + - name: Check Publish Warnings + run: dart pub publish --dry-run \ No newline at end of file