From f1560e1bb3fdda3a87ee22a483269825fe5ae5ae Mon Sep 17 00:00:00 2001 From: Scott Davis Date: Mon, 9 Oct 2023 11:30:48 -0600 Subject: [PATCH] Update .github/workflows/pull_request.yml --- .github/workflows/pull_request.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a02ac1b..16ccd11 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -18,6 +18,8 @@ jobs: steps: - name: ⬇️ Checkout code uses: actions/checkout@v4 + with: + show-progress: false - name: ⎔ Setup Node.js uses: actions/setup-node@v3