LocaleSpanish/.github/workflows/ci.yml
2023-10-25 18:19:51 -07:00

20 lines
No EOL
310 B
YAML

name: Run CI
on:
push:
branches:
- "main"
paths-ignore:
- '**/*.md'
pull_request:
branches:
- "main"
paths-ignore:
- '**/*.md'
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Validate Locale
uses: Yellow-Dog-Man/locale-checker-action@v1.0