From ce8ce02ecfaf9125fd33b67ecfb2b5648edef600 Mon Sep 17 00:00:00 2001 From: Richard Bullington-McGuire Date: Fri, 10 May 2024 16:00:12 -0400 Subject: [PATCH] Tweak badge, remove shell script stub --- README.md | 7 ++++--- entrypoint.sh | 7 ------- 2 files changed, 4 insertions(+), 10 deletions(-) delete mode 100755 entrypoint.sh diff --git a/README.md b/README.md index d9c2545..f914674 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,9 @@ [FawltyDeps](https://github.com/tweag/FawltyDeps) [GitHub Action](https://docs.github.com/en/actions) to lint packages for _undeclared_ or _unused_ 3rd-party dependencies. # -[Build](https://img.shields.io/github/actions/workflow/status/tweag/fawltydeps-action/ci.yaml) [![Code of conduct](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md) +[Build](https://img.shields.io/github/actions/workflow/status/tweag/FawltyDeps-action/main.yaml) [![Code of conduct](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md) +https://img.shields.io/github/actions/workflow/status/:user/:repo/:workflow About [FawltyDeps](https://github.com/tweag/FawltyDeps): > FawltyDeps is a dependency checker for Python that finds _undeclared_ and/or > _unused_ 3rd-party dependencies in your Python project. @@ -45,11 +46,11 @@ This action will run `fawltydeps` in the project directory for a Python codebase Simple usage: - uses: tweag/FawltyDeps-action@v0.0.1 + uses: tweag/FawltyDeps-action@v0.0.2 More advanced example with extra command line options: - uses: tweag/FawltyDeps-action@v0.0.1 + uses: tweag/FawltyDeps-action@v0.0.2 with: options: --list-sources --list-imports --list-deps --detailed diff --git a/entrypoint.sh b/entrypoint.sh deleted file mode 100755 index 62a51d1..0000000 --- a/entrypoint.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -l - -echo "Hello $1" -time=$(date) -echo "time=$time" >> $GITHUB_OUTPUT - -