-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin' into chrisnas/udpate_dotnet_pro…
…filing
- Loading branch information
Showing
718 changed files
with
139,130 additions
and
52,925 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
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 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 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 |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
python-version: '3.11' | ||
- run: pip install vale | ||
- run: pip install vale==3.9.1 | ||
|
||
- name: Edit StylesPath in Vale config file | ||
run: sed -i 's/\.\.\/datadog-vale\/styles/datadog-vale\/styles/' .vale.ini | ||
|
@@ -43,15 +43,17 @@ jobs: | |
uses: hestonhoffman/changed-lines@v1 | ||
with: | ||
file_filter: '.md, .html' | ||
|
||
- name: Run vale on changed files | ||
if: steps.changed_lines.outputs.changed_files | ||
env: | ||
CHANGED_FILES: ${{ steps.changed_lines.outputs.changed_files }} | ||
run: | | ||
vale "${CHANGED_FILES}" \ | ||
--output=local/bin/py/vale/vale_template.tmpl --no-exit > vale_output.log | ||
- name: Parse Vale output | ||
if: steps.changed_lines.outputs.changed_files | ||
env: | ||
CHANGED_LINES: ${{ steps.changed_lines.outputs.changed_lines }} | ||
run: | | ||
|
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 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 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 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 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
Oops, something went wrong.