fix(ci): actually checkout the locale files >.<

This commit is contained in:
Richard Fox 2023-10-25 18:28:22 -07:00
parent c3d2f3c912
commit 4654f99083

View file

@ -16,5 +16,7 @@ jobs:
validate: validate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate Locale - name: Validate Locale
uses: Yellow-Dog-Man/locale-checker-action@v1.0 uses: Yellow-Dog-Man/locale-checker-action@v1.0