diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-12-11 17:46:31 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-12-14 22:55:43 -0500 |
commit | a57989b1ef092baa317d4c89fcf5330c290889cb (patch) | |
tree | 81da3dd51a53fa032e80b414744d56d11d3428d8 /.github | |
parent | 6fa0f8f060912763a0ec267abd6d6b91eb0ffd7c (diff) |
ci(docs-checks): remove prettier name
Aligns with other jobs/workflows. It isn't necessary.
PR: #501
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/doc-checks.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/doc-checks.yml b/.github/workflows/doc-checks.yml index 11f74c0..b5b278e 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 |