diff --git a/README.md b/README.md index 9dd2647..d7cc00a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Stack Action -GitHub Action to build, test, and lint a stack-based Haskell project. +GitHub Action to build and test a stack-based Haskell project. ## Usage diff --git a/action.yml b/action.yml index 3db85f6..920d7c5 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: Stack -description: Build, test, and lint a stack-based Haskell project +description: Build and test a stack-based Haskell project inputs: working-directory: description: "Working directory for run commands"