decimalturn/Add BASIC Language Annotation
This action adds the BASIC language annotation('@Lang <Language>) to all .bas files in the repo.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 30, 2024
- License
- MIT
Pinned Snippet
uses: decimalturn/basic-language-annotation@ecd0ad8ee06bf18822668504b5422b7c51299ba1 # v2.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| language | The name of the language in the BASIC family. | — | BASIC |
| encoding | Text encoding for BAS files. | — | UTF-8 |
| do-checkout | Set to true in order to let the action perform the checkout for you (default = false). | — | false |
| do-push | Set to true in order to let the action perform the checkout for you (default = false). | — | false |
| bot-name | Name of the bot that will perform the commit. | — | github-actions[bot] |
| bot-email | Email of the bot that will perform the commit. | — | 41898282+github-actions[bot]@users.noreply.github.com |
Outputs
no outputs