File tree 3 files changed +4
-30
lines changed
3 files changed +4
-30
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
- ' **'
6
6
pull_request :
7
7
branches :
8
- - next
8
+ - main
9
9
jobs :
10
10
test-webpack4 :
11
11
runs-on : ubuntu-latest
18
18
cache : ' yarn'
19
19
- run : yarn install
20
20
- run : yarn lint
21
- - run : yarn test
21
+ - run : yarn test:webpack4
22
22
23
23
test-webpack5 :
24
24
runs-on : ubuntu-latest
31
31
cache : ' yarn'
32
32
- run : yarn install
33
33
- 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 )
2
2
3
3
> webpack loader for Vue Single-File Components
4
4
You can’t perform that action at this time.
0 commit comments