diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af529fdd..2f37a235 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