Skip to content
bar-chart-2

GitHub Action

Astronuts Code Quality Action

v5 Latest version

Astronuts Code Quality Action

bar-chart-2

Astronuts Code Quality Action

This action runs Astronuts code quality checks on your repositories

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Astronuts Code Quality Action

uses: astronuts-app/astronuts-code-quality-action@v5

Learn more about this action in astronuts-app/astronuts-code-quality-action

Choose a version

Astronuts Code Quality Action

This action runs Astronuts code quality scans.

Inputs

These are some of the supported input parameters of the action.

  • rootDir - (Optional) The root directory of source code. If unspecified, its auto-detected.
  • failOnError - (Optional) If set to true, the build will fail if the code quality analysis fails. Build will pass silently otherwise.

Supported Languages

  • java
  • typescript
  • javascript
  • python

Supported Build Tools

  • gradle
  • maven
  • npm
  • pip

Example usage

uses: actions/astronuts-code-quality-action@v5