-
Notifications
You must be signed in to change notification settings - Fork 112
Run mix credo on GitHub Actions for Code Consistency πΒ #235
Copy link
Copy link
Open
Labels
T25mTime Estimate 25 MinutesTime Estimate 25 MinutesdocumentationImprovements or additions to documentationImprovements or additions to documentationelixirPull requests that update Elixir codePull requests that update Elixir codeenhancementNew feature or enhancement of existing functionalityNew feature or enhancement of existing functionalityhelp wantedIf you can help make progress with this issue, please comment!If you can help make progress with this issue, please comment!priority-2Second highest priority, should be worked on as soon as the Priority-1 issues are finishedSecond highest priority, should be worked on as soon as the Priority-1 issues are finishedtechnicalA technical issue that requires understanding of the code, infrastructure or dependenciesA technical issue that requires understanding of the code, infrastructure or dependencies
Description
Metadata
Metadata
Assignees
Labels
T25mTime Estimate 25 MinutesTime Estimate 25 MinutesdocumentationImprovements or additions to documentationImprovements or additions to documentationelixirPull requests that update Elixir codePull requests that update Elixir codeenhancementNew feature or enhancement of existing functionalityNew feature or enhancement of existing functionalityhelp wantedIf you can help make progress with this issue, please comment!If you can help make progress with this issue, please comment!priority-2Second highest priority, should be worked on as soon as the Priority-1 issues are finishedSecond highest priority, should be worked on as soon as the Priority-1 issues are finishedtechnicalA technical issue that requires understanding of the code, infrastructure or dependenciesA technical issue that requires understanding of the code, infrastructure or dependencies
Type
Projects
StatusShow more project fields
Backlog (Prioritized)
Context
We have used 3rd party code quality badges e.g.
CodeClimatein the past.But haven't applied them to our
Elixirprojects ... until now! π€·ββοΈExample
whilereading: https://github.com/cesium/safira discovered via @ruilopesm & @nelsonmestevao π«Άwe see they have the following badge:
prominently displayed:
The action is: /cesium/safira/.github/workflows/style.yml
Todo β
code-style.mdfile in this (/learn-elixir) repo. π/learn-elixirπfieldsπ»mix credo --all --strictonlocalhostto ensure it passes; π»flat-squarebadge to the repo. π·οΈstyle.ymltask is being added.