Skip to content
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

dart format and update the readme #28

Merged
merged 2 commits into from
May 5, 2022
Merged

dart format and update the readme #28

merged 2 commits into from
May 5, 2022

Conversation

devoncarew
Copy link
Contributor

  • run dart format on the repo (to see if this fixes the CI)
  • add a badge to the readme file

Copy link
Owner

@lrhn lrhn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems innocuous, even if I preferred the previous formatting for the uflags.dart file.

@lrhn lrhn merged commit f356856 into lrhn:master May 5, 2022
@devoncarew
Copy link
Contributor Author

Thanks for merging! I think you'll need to re-enable github actions:

Screen Shot 2022-05-05 at 8 22 10 AM

@lrhn
Copy link
Owner

lrhn commented May 6, 2022

Let me try.
I have no idea what Github actions are, so maybe I should just disable it entirely. Doesn't seem important for such a simple package.

@devoncarew
Copy link
Contributor Author

Ah, github actions is just the name for the continuous integration system available from github. The configuration file for it in this repo - https://github.com/lrhn/charcode/blob/master/.github/workflows/ci.yml - is a little harder to read then it needs to be for what it does.

For every PR, and every merge into master, it runs pub get, verifies that the source is formatted, analyzes the code, and runs the tests. It's definitely a value add :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants