solid-software / solid_lints

🟧 Lints for Dart and Flutter based on software industry standards and best practices.
Other
36 stars 18 forks source link

Add code checks with GitHub Actions (resolves #30) #33

Closed n-bernat closed 1 year ago

n-bernat commented 1 year ago

Adds tests, checks for formatting, and code analysis with the default analyzer and custom_lint package for each push and pull request.

Resolves #30