diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..af529fd --- /dev/null +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file