cedendahlkim/Swedish Holiday Checker
Check if a date is a Swedish public holiday (röd dag). Useful for CI/CD conditional logic.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| date | Date to check in YYYY-MM-DD format. Defaults to today. | no | "" |
Outputs
| name | description |
|---|---|
| is_holiday | True if the date is a Swedish public holiday |
| holiday_name | Name of the holiday, empty if not a holiday |
| is_workday | True if the date is a regular workday (not holiday, not weekend) |