Skip to content

Commit df7fdee

Browse files
committed
delted ms files
1 parent 9c00478 commit df7fdee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+6
-1207
lines changed

.github/workflows/vale.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,21 @@ on:
66
- '**/*.md'
77
push:
88
paths:
9-
- '**/*.md' # You can specify other file extensions or directories if needed
9+
- '**/*.md'
1010

1111
jobs:
1212
vale:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- name: Checkout repo
15+
- name: Checkout repository
1616
uses: actions/checkout@v3
1717

18-
- name: Set up Vale
18+
- name: Set up Vale 3.9.1
1919
run: |
20-
curl -sSL https://github.com/errata-ai/vale/releases/download/v2.12.0/vale_2.12.0_Linux_64-bit.tar.gz | tar -xz -C /tmp
20+
curl -sSL https://github.com/errata-ai/vale/releases/download/v3.9.1/vale_3.9.1_Linux_64-bit.tar.gz | tar -xz -C /tmp
2121
sudo mv /tmp/vale /usr/local/bin/vale
2222
2323
- name: Run Vale
2424
run: |
2525
vale .
26+

.vale/styles/Microsoft/AMPM.yml

-9
This file was deleted.

.vale/styles/Microsoft/Accessibility.yml

-30
This file was deleted.

.vale/styles/Microsoft/Acronyms.yml

-64
This file was deleted.

0 commit comments

Comments
 (0)