Skip to content

Releases: CERT-Polska/lint-python-action

v2.2.1

03 Apr 13:24
f4fc827
Compare
Choose a tag to compare

Bugfixes:

  • working-directory was not included while looking for project requirements from requirements.txt (#12)

Full Changelog: v2.2.0...v2.2.1

v2.2.0

03 Apr 12:42
9d4291a
Compare
Choose a tag to compare

New features:

  • Allow to specify working directory in with action parameters (by @psrok1 in #11)

Full Changelog: v2.1.1...v2.2.0

v2.1.1

01 Sep 13:46
5a69507
Compare
Choose a tag to compare

Bugfixes:

  • Reverted v2.0.0 source action argument meaning (#9)

v2.1.0

08 Aug 16:32
1e53ac5
Compare
Choose a tag to compare

Improvements:

  • Bumped action versions to not trigger deprecation messages

Bugfixes:

  • Fixed source action argument handling (was no-op in v2.0.0) - well it wasn't true, reverted in v2.1.1

v2.0.0

02 Aug 11:16
47387b4
Compare
Choose a tag to compare

New features and improvements:

  • Introduced lint-python CLI tool and pyproject.toml configuration, so common linting is not limited only to Github Actions
  • Bumped linter versions

v1.0.0

30 Mar 15:12
Compare
Choose a tag to compare

Initial release