Skip to content

Releases: yutailang0119/action-ktlint

v4.0.0

03 Apr 13:51
789ab95
Compare
Choose a tag to compare
  • Update default runtime from node16 to node20 in #841.
  • Add ability to ignore warnings in #844.

What's Changed

⚠️ Breaking Changes

Other Changes

Dependencies

Read more

v3.1.0

10 Jul 03:15
0ad7b2f
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Other Changes

Dependencies

Full Changelog: v3.0.0...v3.1.0

v3.0.0

21 Mar 16:00
4e9ab34
Compare
Choose a tag to compare

⚠️ Breaking Changes

  • Update default runtime from node12 to node16 in #334.

What's Changed

Other Changes 🛠

Dependencies 📦

Full Changelog: v2.0.0...v3.0.0

v2.0.0

28 Nov 12:02
da5f7a6
Compare
Choose a tag to compare

⚠️ Breaking Changes

  • exit 1 when annotations contain error
  • Change input syntax #187
    • xml_path -> report-path

What's Changed

Breaking Changes ⚠️

Other Changes 🛠

Dependencies 📦

Full Changelog: v1.1.0...v2.0.0

v1.1.0

06 Sep 15:58
418f23c
Compare
Choose a tag to compare
  • Support glob for xml_path
  • Update libraries
  • Update project

v1

06 Sep 15:59
418f23c
Compare
Choose a tag to compare
v1

It is available as the latest major version of "1.*" .
This tag will be moved with each release.

See:

Usage

jobs:
  ktlint:
    runs-on: ubuntu-latest
    steps:
      - uses: yutailang0119/action-ktlint@v1

v1.0.0

18 Apr 18:02
Compare
Choose a tag to compare

First Release 🎉