We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4f0e3 commit bb063daCopy full SHA for bb063da
1 file changed
.github/workflows/vale.yml
@@ -1,8 +1,13 @@
1
name: vale-validation
2
on:
3
+ push:
4
+ paths:
5
+ - README.md
6
+ - .github/workflows/vale.yml
7
pull_request:
8
paths:
9
- README.md
10
11
12
jobs:
13
vale:
@@ -14,9 +19,8 @@ jobs:
14
19
- name: clone vale-styles repo
15
20
uses: actions/checkout@v4
16
21
with:
17
- repository: DevExpress/vale-styles
22
+ repository: DevExpress-Examples/vale-styles
18
23
path: vale-styles
- ssh-key: ${{ secrets.VALE_STYLES_ACCESS_KEY }}
24
- name: copy vale rules to the root repo
25
run: shopt -s dotglob && cp -r ./vale-styles/vale/* .
26
- name: vale linter check
0 commit comments