-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
03115dc
commit 6b287ec
Showing
3 changed files
with
0 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ on: | |
branches: | ||
- main | ||
|
||
|
||
jobs: | ||
vale: | ||
name: runner / vale | ||
|
@@ -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 | ||
|
@@ -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}} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.