-
-
Notifications
You must be signed in to change notification settings - Fork 17
Add CI github action #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Please create the release ci too, Also where would I find my secret credential json? |
The location of the pub-credential depends on your OS. If it's not there, it is in That say the release action didn't work for me on |
Release CI added. |
Minor changes to the Markdown file following markdownlint. The file start with a header instead of subtitiles. indentation is 2, and A space is added before lists.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
This PR adds a GitHub action to run
flutter analyze
on push and PR to main for validation. There is no test in the package yet, so the CI doesn't run any test ;).I have added a similar CI in
adwaita
and also another action calledmain.yml
to automatically publish the package to pub.dev anytime a new release is published. Let me know if you'd like to set up something similar here,