Skip to content

Project action-ktlint managed by the data-platform team

Notifications You must be signed in to change notification settings

VEVO/action-ktlint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

action-ktlint

GitHub Action that runs ktlint on your project and then uses ReviewDog to leave Pull Request comments.

Usage

In your action yaml, add this step:

- uses: VEVO/action-ktlint@v1
  with:
    githubToken: ${{ secrets.GITHUB_TOKEN }}