From ef7c5ceadcfc5433c9bd626f7f4db5a1e045ea22 Mon Sep 17 00:00:00 2001 From: segallagher Date: Tue, 11 Jun 2024 14:09:38 -0800 Subject: [PATCH] chore: add git checkout --- .github/workflows/format-libraries.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/format-libraries.yaml b/.github/workflows/format-libraries.yaml index bfef13c..d851044 100644 --- a/.github/workflows/format-libraries.yaml +++ b/.github/workflows/format-libraries.yaml @@ -13,6 +13,10 @@ jobs: outputs: continue: ${{ steps.check-message.continue }} steps: + - name: Checkout Code + id: checkout + uses: actions/checkout@v4 + - name: Check Message id: check-message run: