Home

Awesome

Exlint Action

GitHub Action for using Exlint CLI and Exlint application

Usage

To integrate Exlint into your CI, you must have a token and a compliance configured. Go to app.exlint.io and set your compliance, and then copy the compliance ID. Get your token for CI usage in the secret management page. Use your compliance ID and token values as follows:

- uses: Exlint/actions@v1.0.1
  with:
      # Your configured compliance ID - Required
      complianceId: ''

      # Your token for CI - Required
      token: ''

License

This project is released under the MIT License.

<!-- Links: -->