File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 64
64
key : ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
65
65
- name : Install dependencies
66
66
run : npm install
67
+ - name : Install vale
68
+ run : |
69
+ curl -sfL https://install.goreleaser.com/github.com/ValeLint/vale.sh | sh -s v2.4.0
70
+ export PATH="./bin:$PATH"
71
+ vale -v
67
72
- name : Build project
68
73
run : npm run build
69
74
- name : Upload artifact
Original file line number Diff line number Diff line change 40
40
key : ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
41
41
- name : Install dependencies
42
42
run : npm install
43
+ - name : Install vale
44
+ run : |
45
+ curl -sfL https://install.goreleaser.com/github.com/ValeLint/vale.sh | sh -s v2.4.0
46
+ export PATH="./bin:$PATH"
47
+ vale -v
43
48
- name : Run linter
44
49
run : |
45
50
npm run lint
You can’t perform that action at this time.
0 commit comments