feat(lang): add missing i18n for jQuery validate, select2, and Summer… #43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Notify CSK Projects | |
| on: | |
| push: | |
| branches: | |
| - main | |
| paths: | |
| - 'css/**' | |
| - 'fonts/**' | |
| - 'img/**' | |
| - 'js/**' | |
| - 'index.html' | |
| - 'version' | |
| jobs: | |
| notify: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Notify projects of common update | |
| uses: peter-evans/repository-dispatch@v3 | |
| with: | |
| token: ${{ secrets.CSK_PAT }} | |
| repository: ianhubnet/csk-projects | |
| event-type: common-update |