Skip to content

Commit

Permalink
chore(ci): enforce pub dev publication validation in ci (#273)
Browse files Browse the repository at this point in the history
* chore(ci): enforce publishable check validation in ci
* chore: remove tool from pub dev publish
  • Loading branch information
smallTrogdor authored Jan 15, 2025
1 parent f96f005 commit f51c8e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
path: test/failures/
retention-days: 3

- name: Check publishable to pub.dev
run: flutter pub publish --dry-run

changelog-test:
runs-on: ubuntu-latest
steps:
Expand Down
5 changes: 4 additions & 1 deletion .pubignore
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,7 @@ example/.metadata
*.issproj

# failed golden tests
test/failures
test/failures

# font tool
tool/font_scripts/**

0 comments on commit f51c8e5

Please sign in to comment.