GitHub Action to lint a JVM based repository
jobs:
build:
steps:
- name: Action lint
uses: open-turo/actions-jvm/lint@v1
This action runs the following lint checks:
- By default, this action will perform actions/checkout as its first step.
- This expects that
.commitlintrc.yaml
will be present to enforceconventional-commit
.
parameter | description | required | default |
---|---|---|---|
checkout-repo | Perform checkout as first step of action | false |
true |
github-token | GitHub token that can checkout the repository. e.g. 'secrets.GITHUB_TOKEN' | true |
|
artifactory-username | Username to use for Artifactory access | true |
|
artifactory-auth-token | Authentication token to use with username for Artifactory access | true |
This action is a composite
action.