File tree Expand file tree Collapse file tree 3 files changed +4
-30
lines changed Expand file tree Collapse file tree 3 files changed +4
-30
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55 - ' **'
66 pull_request :
77 branches :
8- - next
8+ - main
99jobs :
1010 test-webpack4 :
1111 runs-on : ubuntu-latest
1818 cache : ' yarn'
1919 - run : yarn install
2020 - run : yarn lint
21- - run : yarn test
21+ - run : yarn test:webpack4
2222
2323 test-webpack5 :
2424 runs-on : ubuntu-latest
3131 cache : ' yarn'
3232 - run : yarn install
3333 - run : yarn build
34- - run : yarn test:webpack5
34+ - run : yarn test
Original file line number Diff line number Diff line change 1- # vue-loader [ ![ ci] ( https://github.com/vuejs/vue-loader/actions/workflows/ci.yml/badge.svg?branch=next )] ( https://github.com/vuejs/vue-loader/actions/workflows/ci.yml )
1+ # vue-loader [ ![ ci] ( https://github.com/vuejs/vue-loader/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/vuejs/vue-loader/actions/workflows/ci.yml )
22
33> webpack loader for Vue Single-File Components
44
You can’t perform that action at this time.
0 commit comments