Skip to content

Commit

Permalink
[skip preview] Fixed vale check
Browse files Browse the repository at this point in the history
  • Loading branch information
nastena1606 committed Nov 19, 2024
1 parent 03115dc commit 6b287ec
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 59 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
branches:
- main


jobs:
vale:
name: runner / vale
Expand All @@ -24,22 +23,6 @@ jobs:
git config user.email "[email protected]"
git config user.password "${ROBOT_TOKEN}"
echo "GIT_USER=percona-platform-robot:${ROBOT_TOKEN}" >> $GITHUB_ENV
#Check spelling
- name: Spell check
uses: tj-actions/changed-files@v35
id: changed-files
with:
files: docs/*.md
- uses: DavidAnson/markdownlint-cli2-action@v10
continue-on-error: true
if: steps.changed-files.outputs.any_changed == 'true'
with:
command: config
globs: |
.markdownlint-cli2.yaml
${{ steps.changed-files.outputs.all_changed_files }}
# separator: ","
#Run check
- name: reviewdog
Expand All @@ -53,4 +36,3 @@ jobs:
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}


7 changes: 0 additions & 7 deletions .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,5 @@ MinAlertLevel = suggestion

Packages = Google

# Here's were we define the exceptions to use in *all*
# `BasedOnStyles`.
Vocab = Percona

[*]
BasedOnStyles = Vale, Google

Vale.Terms = NO

34 changes: 0 additions & 34 deletions styles/Vocab/Percona/accept.txt

This file was deleted.

0 comments on commit 6b287ec

Please sign in to comment.