-
Notifications
You must be signed in to change notification settings - Fork 359
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
[feat] Implemented GH-Actions for static code analysis #188
Conversation
@animator @ashitaprasad , awaiting initial feedback. This can be tested locally using https://github.com/nektos/act |
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.
Revert changes made to this file. It is not relevant to this PR.
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.
Revert changes made to this file. It is not relevant to this PR.
lib/models/name_value_model.g.dart
Outdated
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.
Revert changes made to this file. It is not relevant to this PR.
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.
Revert changes made to this file. It is not relevant to this PR.
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.
Revert changes made to this file. It is not relevant to this PR.
lib/widgets/headerfield.dart
Outdated
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.
Revert changes made to this file. It is not relevant to this PR.
lib/widgets/json_previewer.dart
Outdated
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.
Revert changes made to this file. It is not relevant to this PR.
pubspec.lock
Outdated
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.
Revert changes made to this file. It is not relevant to this PR.
test/widget_test.dart
Outdated
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.
Revert changes made to this file. It is not relevant to this PR.
test/widgets/markdown_test.dart
Outdated
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.
Revert changes made to this file. It is not relevant to this PR.
I've reverted all fixes made to the file for workflows to succeed. Workflow output
|
LGTM 🚀 |
PR Description:
This PR addresses the issue titled #186. Previously, GitHub Actions were not enabled for automating static Flutter Code Analysis in this project.
Feature Implemented:
To resolve this, a pipeline has been established to test relevant commits for code analysis issues. This ensures that code quality is maintained consistently throughout the development process.
Moving forward, any analysis issues identified will be fixed within the main Actions PR itself, ensuring that our codebase remains clean and maintainable.
Future
flutter test
as part of workflow.Awaiting everyone's valuable feedback.