mirror of
https://github.com/Mrdabup/LocaleSpanish.git
synced 2025-12-06 14:23:00 -06:00
fix(ci): actually checkout the locale files >.<
This commit is contained in:
parent
c3d2f3c912
commit
4654f99083
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||||
Loading…
Reference in a new issue