Skip to content

Commit

Permalink
Bump version for release of non-Dockerized version
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed Nov 5, 2024
1 parent 35d919d commit b7c8af2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,20 @@ 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:

steps:
- 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.
Expand Down

0 comments on commit b7c8af2

Please sign in to comment.