File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v2
1313 - uses : actions/setup-python@v2
14+ - uses : pnpm/action-setup@v4
1415 - name : set PY
1516 run : echo "PY=$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')" >> $GITHUB_ENV
1617 - uses : actions/cache@v4
Original file line number Diff line number Diff line change 1414 hooks :
1515 - id : eslint
1616 name : eslint
17- entry : bash -c "cd browser-extension && npm install -g pnpm@latest-10 && pnpm install && pnpm lint"
17+ entry : bash -c "cd browser-extension && pnpm lint"
1818 language : node
1919 - id : format
2020 name : format
21- entry : bash -c "cd browser-extension && npm install -g pnpm@latest-10 @@ pnpm install && pnpm format:check"
21+ entry : bash -c "cd browser-extension && pnpm format:check"
2222 language : node
You can’t perform that action at this time.
0 commit comments