File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed
Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -25,32 +25,17 @@ jobs:
2525 with :
2626 node-version : 24
2727
28- - name : 🔧 Configure git for Windows
29- if : matrix.os == 'windows-latest'
30- shell : cmd
31- run : |
32- git config --global core.autocrlf false
33- git config --global core.eol lf
34-
35- - name : 🧹 Clear npm cache
36- if : matrix.os == 'windows-latest'
37- shell : cmd
38- run : |
39- npm cache clean --force
40- npm cache verify
41-
4228 - name : ▶️ Add repo
43- shell : ${{ matrix.os == 'windows-latest' && 'cmd' || 'bash' }}
4429 run : |
4530 npx --yes epicshop@latest add ${{ github.event.repository.name }} ./workshop
31+ env :
32+ npm_config_cache : ${{ runner.temp }}/npm-cache
4633
4734 - name : ʦ TypeScript
48- shell : ${{ matrix.os == 'windows-latest' && 'cmd' || 'bash' }}
4935 run : npm run typecheck
5036 working-directory : ./workshop
5137
5238 - name : ⬣ ESLint
53- shell : ${{ matrix.os == 'windows-latest' && 'cmd' || 'bash' }}
5439 run : npm run lint
5540 working-directory : ./workshop
5641
You can’t perform that action at this time.
0 commit comments