Теперь энергоядра НТ дают по 50 секунд работы за одну моль фрезона. #246
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: Cyrillic Check | |
on: | |
pull_request: | |
types: [ opened, reopened, synchronize, ready_for_review ] | |
jobs: | |
build: | |
name: Cyrillic Check | |
if: github.event.pull_request.draft == false | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Check for cyrillic names in the files | |
run: Tools/_Adventure/check_cyrillic.sh |