From f4125943385e8219b14c677769384b5e01077144 Mon Sep 17 00:00:00 2001 From: StevanFreeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Tue, 21 Feb 2023 22:21:38 -0600 Subject: [PATCH] chore: update publish coverage job with step to checkout repo --- .github/workflows/lint_format_test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint_format_test.yaml b/.github/workflows/lint_format_test.yaml index 9f138de..ef795f1 100644 --- a/.github/workflows/lint_format_test.yaml +++ b/.github/workflows/lint_format_test.yaml @@ -123,6 +123,8 @@ jobs: name: publish_test_coverage runs-on: ubuntu-latest steps: + - name: Check out repository + uses: actions/checkout@v3 - name: Download test coverage artifact uses: actions/download-artifact@v3.0.2 with: