Skip to content

Commit b7c8af2

Browse files
Bump version for release of non-Dockerized version
1 parent 35d919d commit b7c8af2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,20 @@ Simple usage:
4848

4949
steps:
5050
- uses: actions/checkout@v4
51-
- uses: tweag/FawltyDeps-action@v0.0.3
51+
- uses: tweag/FawltyDeps-action@v0.1.0
5252

5353
More advanced example with customized command line options:
5454

5555
steps:
5656
- name: checkout
5757
uses: actions/checkout@v4
5858
- name: fawltydeps lint
59-
uses: tweag/FawltyDeps-action@v0.0.3
59+
uses: tweag/FawltyDeps-action@v0.1.0
6060
with:
6161
options: --list-sources --list-imports --list-deps --detailed
6262

63+
Invoking FawltyDeps Using `options: --detailed` yields good results when you just want to see what problems may be present.
64+
6365
## Documentation
6466

6567
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.

0 commit comments

Comments
 (0)