File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 44
44
if : runner.os == 'Windows'
45
45
shell : pwsh
46
46
run : |
47
- Invoke-WebRequest -Uri https://aka.ms/vs/17/release/vs_buildtools .exe -OutFile vs_buildtools .exe
48
- ./vs_buildtools .exe --quiet --wait --norestart --add Microsoft.VisualStudio.Workload.VCTools --includeRecommended
47
+ Invoke-WebRequest -Uri https://aka.ms/vs/18/insiders/vs_Community .exe -OutFile vs_Community .exe
48
+ ./vs_Community .exe --quiet --wait --norestart --add Microsoft.VisualStudio.Workload.VCTools --includeRecommended
49
49
- name : Install dependencies
50
50
env :
51
51
PYTHON : ${{env.pythonLocation}}/bin/python3
Original file line number Diff line number Diff line change 1
- #! /usr/bin/env sh
2
- . " $( dirname -- " $0 " ) /_/husky.sh"
1
+ # # !/usr/bin/env sh
2
+ # . "$(dirname -- "$0")/_/husky.sh"
3
3
4
- [ -n " $CI " ] && exit 0
4
+ # [ -n "$CI" ] && exit 0
5
5
6
- npx --no -- commitlint --edit " $1 "
6
+ # npx --no -- commitlint --edit "$1"
Original file line number Diff line number Diff line change 1
- #! /usr/bin/env sh
2
- . " $( dirname -- " $0 " ) /_/husky.sh"
1
+ # # !/usr/bin/env sh
2
+ # . "$(dirname -- "$0")/_/husky.sh"
3
3
4
- [ -n " $CI " ] && exit 0
5
- if [ " $LINT_STAGED " = " 0" ]; then
6
- echo " lint-staged disabled via LINT_STAGED env var"
7
- exit 0
8
- fi
4
+ # [ -n "$CI" ] && exit 0
5
+ # if [ "$LINT_STAGED" = "0" ]; then
6
+ # echo "lint-staged disabled via LINT_STAGED env var"
7
+ # exit 0
8
+ # fi
9
9
10
- npx --no lint-staged
10
+ # npx --no lint-staged
You can’t perform that action at this time.
0 commit comments