Skip to content

Setup pinterest/ktlint

Actions
This action installs ktlint
1.0.0
Latest
Star (0)

Tags

 (1)

faogustavo/ktlint-action-setup

This action installs ktlint.

Input

inputs:
  ktlint_version:
    description: 'KTLint version.'
    default: '0.42.1'

Usage

To run the KTLint action, you need to use a linux machine.

runs-on: ubuntu-latest

Default

steps:
  - uses: faogustavo/ktlint-action-setup@v1
  - run: ktlint --version

Specify ktlint version

steps:
  - uses: faogustavo/ktlint-action-setup@v1
    with:
        ktlint_version: 0.40.0
  - run: ktlint --version

Setup pinterest/ktlint is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

This action installs ktlint
1.0.0
Latest

Tags

 (1)

Setup pinterest/ktlint is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.