Skip to content
/ actions Public

Exlint CI 🚀 A set of GitHub actions for checking your projects with Exlint

License

Notifications You must be signed in to change notification settings

Exlint/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.