cedendahlkim/Swedish Bankgiro Validator
Validate Swedish Bankgiro and PlusGiro numbers in CI/CD workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bankgiro | Bankgiro number to validate (e.g. 123-4567 or 1234-5678) | no | — |
| plusgiro | PlusGiro number to validate (e.g. 1234567-8) | no | — |
Outputs
| name | description |
|---|---|
| valid | Whether the number passed validation (true/false) |
| type | Type of the validated number (bankgiro, plusgiro, or unknown) |
| formatted | Cleaned and formatted version of the number |
| bank_name | Swedish bank name if recognized from bankgiro range |