Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 964 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 964 Bytes

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/[email protected]
  with:
      # Your configured compliance ID - Required
      complianceId: ''

      # Your token for CI - Required
      token: ''

License

This project is released under the MIT License.