shindi-renuo/Lintic - Automated Linting Fixes
Automatically fix linting errors in Ruby files using AI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | yes | ${{ github.token }} |
| ollama-model | Ollama model to use for AI fixes | no | qwen2.5-coder:1.5b |
| ollama-uri | Ollama server URI | no | http://localhost:11434/v1/ |
| openai-api-key | OpenAI API key (if not using Ollama) | no | ollama |
| ruby-version | Ruby version to use | no | 3.1 |
Outputs
| name | description |
|---|---|
| fixes-applied | Number of files that were fixed |
| pr-created | URL of the created fix PR (if any) |