Skip to content

Commit bb063da

Browse files
committed
vale: Take styles from DevExpress-Examples/vale-styles
1 parent 1a4f0e3 commit bb063da

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/vale.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
name: vale-validation
22
on:
3+
push:
4+
paths:
5+
- README.md
6+
- .github/workflows/vale.yml
37
pull_request:
48
paths:
59
- README.md
10+
- .github/workflows/vale.yml
611

712
jobs:
813
vale:
@@ -14,9 +19,8 @@ jobs:
1419
- name: clone vale-styles repo
1520
uses: actions/checkout@v4
1621
with:
17-
repository: DevExpress/vale-styles
22+
repository: DevExpress-Examples/vale-styles
1823
path: vale-styles
19-
ssh-key: ${{ secrets.VALE_STYLES_ACCESS_KEY }}
2024
- name: copy vale rules to the root repo
2125
run: shopt -s dotglob && cp -r ./vale-styles/vale/* .
2226
- name: vale linter check

0 commit comments

Comments
 (0)