File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 4747 with :
4848 fetch-depth : 0
4949
50+ - name : Install python
51+ uses : actions/setup-python@v3
52+
53+ - name : Install pre-commit
54+ run : |
55+ python3 -m pip install pre-commit
56+ pre-commit install
57+
5058 - name : Setup crowdin branch
5159 run : |
5260 ARGS="--base-path=. --config=$CONFIG --project-id=$PROJECT --token=$TOKEN --no-progress"
6977 crowdin download sources $ARGS
7078 LANGUAGES=$(crowdin status translation --plain $ARGS | awk '$2>0 { print "-l" $1 }')
7179 crowdin download $LANGUAGES $ARGS
80+ pre-commit run --all-files || true
7281 git status -s
7382 git diff
7483 git add .
99108 crowdin download sources $ARGS
100109 LANGUAGES=$(crowdin status translation --plain $ARGS | awk '$2>0 { print "-l" $1 }')
101110 crowdin download $LANGUAGES $ARGS
111+ pre-commit run --all-files || true
102112 git status -s
103113 git diff
104114
You can’t perform that action at this time.
0 commit comments