spences10/Svelte Migration Analysis
Analyse Svelte files to detect Svelte 4 patterns in Svelte 5 projects and provide migration guidance
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 | no | ${{ github.token }} |
| filter-changed-files | Only analyse files that changed in the pull request | no | true |
| fail-on-error | Fail the action if migration issues are found | no | false |
| fail-on-warning | Fail the action if migration warnings are found | no | false |
| paths | Paths to search for Svelte files (one per line) | no | src app lib |
| exclude-paths | Paths to exclude from analysis (one per line) | no | node_modules .git dist build |
| anthropic-api-key | Anthropic API key for Claude analysis (optional) | no | — |
| enable-ai-analysis | Enable AI-powered analysis using Claude | no | false |
Outputs
| name | description |
|---|---|
| issues-found | Number of migration issues found |
| warnings-found | Number of migration warnings found |
| files-analysed | Number of files analysed |
| has-issues | Whether any issues were found |
| summary | Summary of the analysis |