New Crowdin updates #597
This file contains 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: Grammar check | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v4 | |
- name: Run yaspeller | |
run: | | |
sudo npm install yaspeller -g | |
yaspeller ./src/main/resources/org/sonar/l10n/core_ru.properties --ignore-latin --ignore-capitalization | |