From f1c4b416b6cead6924350956c387e9628520736d Mon Sep 17 00:00:00 2001 From: Richard Bullington-McGuire Date: Mon, 18 Nov 2024 11:59:06 -0500 Subject: [PATCH] Add link to FawltyDeps GItHub Action in FAQ Related to #170 and #332 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ff766658..dc478a5c 100644 --- a/README.md +++ b/README.md @@ -669,3 +669,11 @@ repos: - id: check-undeclared - id: check-unused ``` + + +### Can I use FawltyDeps in continuous integration? + +Yes! This works well when run as a lint step in continuous integration systems. + +Please see [tweag/FawltyDeps-action](https://github.com/tweag/FawltyDeps-action) for a GitHub Action that implements FawltyDeps linting. You can also get the FawltyDeps GitHub Action from the [Actions Marketplace](https://github.com/marketplace/actions/fawltydeps). +