File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 pre-commit :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v3
10- - uses : actions/setup-python@v3
9+ - uses : actions/checkout@v4
10+ - uses : actions/setup-python@v5
1111 - name : set PY
1212 run : echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
1313# - uses: actions/cache@v1
Original file line number Diff line number Diff line change 11repos :
22 # Check for inconsistent line endings & whitespacing
33 - repo : https://github.com/pre-commit/pre-commit-hooks
4- rev : v4.3 .0
4+ rev : v5.0 .0
55 hooks :
66 - id : mixed-line-ending
77 - id : trailing-whitespace
88 # Run eslint
99 - repo : https://github.com/pre-commit/mirrors-eslint
10- rev : v8.19 .0
10+ rev : v9.28 .0
1111 hooks :
1212 - id : eslint
1313 files : \.ts$ # only typescript files
You can’t perform that action at this time.
0 commit comments