mirror of
https://github.com/ivuorinen/actions.git
synced 2026-01-26 11:34:00 +00:00
* docs: update documentation * feat: validate-inputs has it's own pyproject * security: mask DOCKERHUB_PASSWORD * chore: add tokens, checkout, recrete docs, integration tests * fix: add `statuses: write` permission to pr-lint
ivuorinen/actions/biome-check
Biome Check
Description
Run Biome check on the repository
Inputs
| name | description | required | default |
|---|---|---|---|
token |
GitHub token for authentication |
false |
${{ github.token }} |
username |
GitHub username for commits |
false |
github-actions |
email |
GitHub email for commits |
false |
github-actions@github.com |
max-retries |
Maximum number of retry attempts for npm install operations |
false |
3 |
Outputs
| name | description |
|---|---|
check_status |
Check status (success/failure) |
errors_count |
Number of errors found |
warnings_count |
Number of warnings found |
Runs
This action is a composite action.
Usage
- uses: ivuorinen/actions/biome-check@main
with:
token:
# GitHub token for authentication
#
# Required: false
# Default: ${{ github.token }}
username:
# GitHub username for commits
#
# Required: false
# Default: github-actions
email:
# GitHub email for commits
#
# Required: false
# Default: github-actions@github.com
max-retries:
# Maximum number of retry attempts for npm install operations
#
# Required: false
# Default: 3