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 3030 - name : Rush test
3131 run : node common/scripts/install-run-rush.js test --verbose
3232 - name : Publish packages
33+ - name : Formatting...
34+ run : node common/scripts/install-run-rush.js format --force
35+ - name : Check files formatting
36+ run : |
37+ echo '================================================================'
38+ echo 'Checking for diff files'
39+ echo '================================================================'
40+ git diff '*.js' '*.ts' '*.svelte' '*.json' '*.yaml' | cat
41+ [ -z "$(git diff --name-only '*.js' '*.ts' '*.svelte' '*.json' '*.yaml' | cat)" ]
42+ echo '================================================================'
3343 if : startsWith(github.ref, 'refs/tags/v0.7.') || startsWith(github.ref, 'refs/tags/s0.7.')
3444 env :
3545 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments