From 3e706b86aad9654bf690195dfe87656ced75a392 Mon Sep 17 00:00:00 2001 From: Alexis Haumaitre Date: Wed, 4 Dec 2019 14:29:15 +0100 Subject: [PATCH] Update README.md Co-Authored-By: Thomas N --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b5fe36..67b0812 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,6 @@ steps: folder-to-exclude: "! -path \"./vendor/*\" ! -path \"./customer/folder/excluded/*\"" ``` -The action ignore the folder `vendor` at root of project by default. +The action ignores the folder `vendor` at root of project by default. In this example, your workflow will run the PHP syntax check with PHP 5.6, 7.2 & 7.3.