Skip to content

Commit

Permalink
fix: remove "lint" from description
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp authored and pbrisbin committed Feb 5, 2024
1 parent f7ea05c commit f3ae2ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f3ae2ef

Please sign in to comment.