From a57989b1ef092baa317d4c89fcf5330c290889cb Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Fri, 11 Dec 2020 17:46:31 +0000 Subject: [PATCH] ci(docs-checks): remove prettier name Aligns with other jobs/workflows. It isn't necessary. PR: #501 --- .github/workflows/doc-checks.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/doc-checks.yml b/.github/workflows/doc-checks.yml index 11f74c07..b5b278e9 100644 --- a/.github/workflows/doc-checks.yml +++ b/.github/workflows/doc-checks.yml @@ -23,7 +23,6 @@ jobs: working-directory: docs prettier: runs-on: ubuntu-latest - name: Prettier steps: - uses: actions/checkout@v2 - uses: bahmutov/npm-install@v1