From ac86d09952018d656a51e47612992f4cf9a9acb4 Mon Sep 17 00:00:00 2001 From: Danila Danko Date: Fri, 2 Feb 2024 12:25:55 +0300 Subject: [PATCH] fix: remove "lint" from description --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"