bad-antics/Lateralus Action
Lint, test, and build Lateralus projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 5, 2026
- License
- MIT
Pinned Snippet
uses: bad-antics/lateralus-action@a25c9abf827e70ec49862af308c6de170c5106e6 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Lateralus version to install (e.g. '3.0.1' or 'latest') | no | latest |
| python-version | Python version to use | no | 3.12 |
| lint | Run lateralus lint | no | true |
| lint-path | Path to lint | no | src/ |
| test | Run lateralus test | no | true |
| test-path | Test directory | no | tests/ |
| build | Run lateralus build | no | false |
| build-entry | Entry file to build | no | src/main.ltl |
Outputs
| name | description |
|---|---|
| lateralus-version | The installed version of Lateralus |