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

Setup CI #4

Merged
merged 10 commits into from
Feb 22, 2024
Merged

Setup CI #4

merged 10 commits into from
Feb 22, 2024

Conversation

darwin67
Copy link
Contributor

@darwin67 darwin67 commented Feb 21, 2024

Setup CI for basic tests and linting.
Also fix linter errors, and added dependabot for auto update with security vulnerabilities.

@darwin67 darwin67 marked this pull request as ready for review February 22, 2024 06:43
@darwin67 darwin67 merged commit 10ad216 into main Feb 22, 2024
7 checks passed
@darwin67 darwin67 deleted the darwin/CI branch February 22, 2024 06:53
Copy link
Member

@djfarrelly djfarrelly left a comment

Choose a reason for hiding this comment

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

Great stuff!

tab_width = 2

[*.{kt,kts}]
indent_size = 4
tab_width = 4
Copy link
Member

Choose a reason for hiding this comment

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

👍 We may also want to add .java files here as well as there is likely to be some Java files in this repo :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

added here. #13


.PHONY: fmt
fmt:
ktlint -F
Copy link
Member

Choose a reason for hiding this comment

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

Nice! I didn't know about this!

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.

2 participants