Skip to content

Releases: tweag/FawltyDeps-action

v0.1.0 - First non-Dockerized version of FawltyDeps-action

05 Nov 14:38
b7c8af2
Compare
Choose a tag to compare

This release removes the Docker dependency to work more in line with other Python ecosystem linters, such as black and isort, to give more flexibility in installing ecosystem packages before running FawltyDeps.

It also allows the user to specify what version of FawltyDeps to run.

v0.0.3 - First marketplace release of FawltyDeps-action

23 May 21:01
c2e05c0
Compare
Choose a tag to compare

This is the first release of FawltyDeps-action to go live in GitHub Marketplace. This allows users to integrate FawltyDeps into their Python projects in order to find undeclared and unused dependencies.

v0.0.2

10 May 23:03
f125ba1
Compare
Choose a tag to compare

What's Changed

  • Add better documentation, remove redundant shell script, fix badges

Full Changelog: v0.0.1...v0.0.2

v0.0.1

10 May 18:31
a6250fa
Compare
Choose a tag to compare

Initial release by @obscurerichard.

  • Has support for specifying options to fawltydeps
  • Uses a Dockerfile to get a consistent execution environment