File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 - name : Run prettier
2525 run : |
2626 shopt -s globstar
27- npx prettier -w ts /**/*.ts
27+ npx prettier -w src /**/*.ts
2828 - run : echo "::add-matcher::.github/diff.json"
2929 - name : Show diff
3030 run : |
Original file line number Diff line number Diff line change 2626 run : |
2727 true
2828 - run : |
29- ! find src / -type f -name '*.js' -exec node -c '{}' \; 2>&1 \
29+ ! find dist / -type f -name '*.js' -exec node -c '{}' \; 2>&1 \
3030 |awk 'BEGIN {m=0} /(.js):[0-9]+$/ {m=1; printf "%s - ",$0} m==1 && /^SyntaxError/ { m=0; print }' \
3131 |sed "s@$(pwd)@.@" \
3232 |grep '^'
Original file line number Diff line number Diff line change 5353 node-version : " 22"
5454 cache : " npm"
5555 - run : npm install
56- - run : rm -R src /**/*.js
56+ - run : rm -R dist /**/*.js
5757 - run : |
5858 npx tsc
5959 - run : echo "::add-matcher::.github/diff.json"
You can’t perform that action at this time.
0 commit comments