From 0a2003095d4aa045fef6e030ee5dc6d5494214cd Mon Sep 17 00:00:00 2001 From: iCrawl Date: Tue, 3 Sep 2019 16:18:56 +0200 Subject: [PATCH] ci: consistency in naming --- .github/workflows/lint.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b85aa8b6d..63fde90fe 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,8 +23,8 @@ jobs: with: job-name: eslint - typings-lint: - name: typings-lint + typings: + name: typings runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 @@ -37,8 +37,8 @@ jobs: - name: lint typings run: npm run lint:typings - docs-lint: - name: docs-lint + docs: + name: docs runs-on: ubuntu-latest steps: - uses: actions/checkout@v1