From fb72e13228b26030a1e962c449e7376a90da3ed4 Mon Sep 17 00:00:00 2001 From: Minasie Shibeshi Date: Fri, 26 Jun 2020 08:35:15 +0300 Subject: [PATCH] Update checks.yml Typo on workflow name --- .github/workflows/checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index e1946cf..766ddd0 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -1,4 +1,4 @@ -name: Check chagnes +name: Check changes on: [pull_request] @@ -11,4 +11,4 @@ jobs: with: node-version: "12.x" - run: npm ci - - run: npm run lint \ No newline at end of file + - run: npm run lint