From 64710f6b1d58d074977217b4ae44e9b397bc9369 Mon Sep 17 00:00:00 2001 From: Bastian Zimmermann <10774221+BastianZim@users.noreply.github.com> Date: Sat, 17 Oct 2020 15:03:22 +0200 Subject: [PATCH] Complied with linter. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa35e6c..6aa3710 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ While you could _technically_ configure this for a public repository (using a pe Make sure that your `.github/workflows/pre-commit.yml` contains at least: ```YAML - on: + on: pull_request: ```