From 05bab46c31045ed87326b2827c658a9ce5dcd789 Mon Sep 17 00:00:00 2001 From: git-elliot Date: Mon, 1 Apr 2024 00:26:36 +0530 Subject: [PATCH] Publish dry run on PR checks --- .github/workflows/dart.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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