From 9852ec4f63c0362d1dab79cb261a621c2295cc00 Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Tue, 31 May 2022 16:08:17 +0900 Subject: [PATCH] Fix argument in example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa9ea7e..1cae11d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Here's a more complicated example that shows more options being used: - uses: bitnomial/fourmolu-action@v1 with: # Only check the format of .hs in the src/ directory. - path: | + pattern: | src/**/*.hs # Don't follow symbolic links to .hs files.