decimalturn/VBA Build
Build VBA-Enabled Office documents from source code using GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source-dir | Relative path to the directory containing the source folders | no | src |
| test-framework | The test framework to use for the build process. | no | none |
| office-app | The Office application to install. The default mode is automatic and will detect the app based on the folder name. To force a specific app instead, use the options: Excel, Word, PowerPoint or Access. | no | automatic |
Outputs
| name | description |
|---|---|
| processed-folders | Number of folders processed during the build |
| successful-builds | Number of successful builds completed |
| office-apps | Comma-separated list of Office applications used |
| access-folders | Comma-separated list of Access database source folders |
| has-access-database | Boolean indicating if any Access database folders were found |
| first-access-folder | The first Access database folder that was processed (if any) |