Browse Source

ci(docs-checks): remove prettier name

Aligns with other jobs/workflows.  It isn't necessary.

PR: #501
xmkb
innovaker 3 years ago committed by Pete Johanson
parent
commit
a57989b1ef
  1. 1
      .github/workflows/doc-checks.yml

1
.github/workflows/doc-checks.yml

@ -23,7 +23,6 @@ jobs: @@ -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

Loading…
Cancel
Save