From a6cada24bb477ebb66d611d0e2f5fd73dfb51b30 Mon Sep 17 00:00:00 2001 From: Preston Date: Fri, 19 Jun 2020 16:29:45 -0400 Subject: [PATCH] Update linter.yml --- .github/workflows/linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index dde143eb..98444582 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: Linter # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch @@ -13,7 +13,7 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" - build: + lint: # The type of runner that the job will run on runs-on: ubuntu-latest