From aa7f76d6cc940efbf54eb5b536f879c6730355ea Mon Sep 17 00:00:00 2001 From: Chris Long Date: Sat, 20 Jun 2020 18:57:13 -0700 Subject: [PATCH] typo --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index f9bc506..a04dc51 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -14,7 +14,7 @@ name: Lint Code Base ###################################### # Start the job on all pull requests # ###################################### -on: pull-request +on: pull_request ############### # Set the Job #