Merge pull request #129 from Yellow-Dog-Man/feat/ci

This commit is contained in:
ProbablePrime 2023-10-25 18:21:40 -07:00 committed by GitHub
commit c3d2f3c912
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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