Skip to content

Commit

Permalink
Merge pull request #197 from osociety/dry-run
Browse files Browse the repository at this point in the history
Publish dry run on PR checks
  • Loading branch information
git-elliot authored Mar 31, 2024
2 parents 239e481 + babf2e6 commit 2f11878
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
token: ${{secrets.CODECOV_TOKEN}}
file: coverage/coverage.lcov
file: coverage/coverage.lcov

- name: Check Publish Warnings
run: dart pub publish --dry-run

0 comments on commit 2f11878

Please sign in to comment.