generated from tweag/project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce8ce02
commit 02ecd0c
Showing
1 changed file
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,15 +44,22 @@ This action will run `fawltydeps` in the project directory for a Python codebase | |
|
||
## Example usage | ||
|
||
You need to use a `checkout` action before | ||
Simple usage: | ||
|
||
uses: tweag/[email protected] | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: tweag/[email protected] | ||
|
||
More advanced example with extra command line options: | ||
|
||
uses: tweag/[email protected] | ||
with: | ||
options: --list-sources --list-imports --list-deps --detailed | ||
steps: | ||
- name: checkout | ||
uses: actions/checkout@v4 | ||
- name: fawltydeps lint | ||
uses: tweag/[email protected] | ||
with: | ||
options: --list-sources --list-imports --list-deps --detailed | ||
|
||
## Documentation | ||
|
||
|