From 4654f99083f395fa0cfffec355b914906ffc863b Mon Sep 17 00:00:00 2001 From: Richard Fox Date: Wed, 25 Oct 2023 18:28:22 -0700 Subject: [PATCH] fix(ci): actually checkout the locale files >.< --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af529fd..2f37a23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,5 +16,7 @@ jobs: validate: runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v4 - name: Validate Locale uses: Yellow-Dog-Man/locale-checker-action@v1.0 \ No newline at end of file