Skip to content

Releases: cpp-linter/cpp-linter-action

v2.0.0

05 Sep 06:14
79327f4
Compare
Choose a tag to compare

What's Changed

What's new for v2

  • Change action from docker to composite steps by @shenxianpeng @2bndy5 in #83
    • improve workflow runs times from 1m 24s (currently) to 6-20s.
    • better support for the database input option (which is currently broken with the docker env).
    • better support cross-compilation
    • better support 3rd party libraries
  • Includes many issues and enhancements by @2bndy5 @shenxianpeng. See #87 for details.

Full Changelog: v1.5.0...v2.0.0

v1.5.0

28 Aug 05:17
92298bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.5...v1.5.0

v1.4.5

15 Aug 02:12
eddec1b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.4...v1.4.5

v1.4.4

24 Jun 07:12
e4cf6e4
Compare
Choose a tag to compare

What's Changed

  • Update Readme no docker & allow using platform default version by @2bndy5 in #66
  • Fix mkdocstrings usage/reqs by @2bndy5 in #70
  • Add auto-trigger tests before merging by @shenxianpeng in #71

Full Changelog: v1.4.3...v1.4.4

v1.4.3

07 May 08:10
d886080
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.2...v1.4.3

v1.4.2

23 Apr 15:36
fba6075
Compare
Choose a tag to compare

v1.4.1

05 Apr 08:47
c33e41d
Compare
Choose a tag to compare

👷 Changes

🐛 Bugfix

  • Remove use of TOKEN when fetching thread comments by @2bndy5 in #46

Full Changelog: shenxianpeng/cpp-linter-action@v1.4.0...v1.4.1

v1.4.0

03 Apr 14:35
f4c83ba
Compare
Choose a tag to compare

v1.3.0

11 Oct 12:56
d5764b0
Compare
Choose a tag to compare

🚀New Features

  • For parse better, switching from Shell to Python has achieved good results, and action run time is in 2 minutes by @2bndy5 (#22)
  • Support more optional inputs: verbosity, lines-changed-only, files-changed-only, ignore, thread-comments @2bndy5 (#26)

Full Changelog: shenxianpeng/cpp-linter-action@v1.2.0...v1.3.0

v1.2.1

23 Aug 02:33
b5a6a32
Compare
Choose a tag to compare

🐛 Bugfix