From b7c8af27016668b71926da1c92de56a2ddd5c08b Mon Sep 17 00:00:00 2001 From: Richard Bullington-McGuire Date: Tue, 5 Nov 2024 09:28:49 -0500 Subject: [PATCH] Bump version for release of non-Dockerized version --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d0c76b..a9dc595 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Simple usage: steps: - uses: actions/checkout@v4 - - uses: tweag/FawltyDeps-action@v0.0.3 + - uses: tweag/FawltyDeps-action@v0.1.0 More advanced example with customized command line options: @@ -56,10 +56,12 @@ More advanced example with customized command line options: - name: checkout uses: actions/checkout@v4 - name: fawltydeps lint - uses: tweag/FawltyDeps-action@v0.0.3 + uses: tweag/FawltyDeps-action@v0.1.0 with: options: --list-sources --list-imports --list-deps --detailed +Invoking FawltyDeps Using `options: --detailed` yields good results when you just want to see what problems may be present. + ## Documentation This action was inspired by and partially derived from the MIT-licensed [black](https://black.readthedocs.io/en/stable/integrations/github_actions.html) and [isort-action](https://github.com/isort/isort-action) GitHub actions.