feat(ci): run our locale-checker-action

This commit is contained in:
Richard Fox 2023-10-25 18:19:51 -07:00
parent 3cca0e095f
commit 11ca359f3e

20
.github/workflows/ci.yml vendored Normal file
View file

@ -0,0 +1,20 @@
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