Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Repair syntax error in pull requests Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher authored Jul 31, 2024
1 parent 952b574 commit c6b27bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ jobs:
uses: ./.github/workflows/actions/lint-build-and-test

- name: Build Docs
description: >
We run this step in the context of PRs to make sure that the change does not prevent the
docs from being built
# We run this step in the context of PRs to make sure that the change does not prevent
# the docs from being built.
run: pnpm compile:docs

- name: Stop Test Validator
Expand Down

0 comments on commit c6b27bf

Please sign in to comment.