ci(docs-checks): remove prettier name
Aligns with other jobs/workflows. It isn't necessary. PR: #501
This commit is contained in:
parent
6fa0f8f060
commit
a57989b1ef
1 changed files with 0 additions and 1 deletions
1
.github/workflows/doc-checks.yml
vendored
1
.github/workflows/doc-checks.yml
vendored
|
@ -23,7 +23,6 @@ jobs:
|
||||||
working-directory: docs
|
working-directory: docs
|
||||||
prettier:
|
prettier:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Prettier
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: bahmutov/npm-install@v1
|
- uses: bahmutov/npm-install@v1
|
||||||
|
|
Loading…
Reference in a new issue