diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml new file mode 100644 index 0000000..fc11f81 --- /dev/null +++ b/.github/workflows/vale.yml @@ -0,0 +1,30 @@ +name: vale-validation +on: + pull_request: + paths: + - README.md + - readme.md + - Readme.md + +jobs: + vale: + name: runner / vale + runs-on: ubuntu-latest + steps: + - name: clone repo + uses: actions/checkout@v4 + - name: clone vale-styles repo + uses: actions/checkout@v4 + with: + repository: DevExpress/vale-styles + path: vale-styles + ssh-key: ${{ secrets.VALE_STYLES_ACCESS_KEY }} + - name: copy vale rules to the root repo + run: shopt -s dotglob && cp -r ./vale-styles/vale/* . + - name: vale linter check + uses: DevExpress/vale-action@reviewdog + with: + files: '["README.md", "readme.md", "Readme.md"]' + fail_on_error: true + filter_mode: nofilter + reporter: github-check diff --git a/CS/DXGrid_AttributesBasedValidation/DXGrid_AttributesBasedValidation.csproj b/CS/DXGrid_AttributesBasedValidation/DXGrid_AttributesBasedValidation.csproj index 94491c6..3fd9296 100644 --- a/CS/DXGrid_AttributesBasedValidation/DXGrid_AttributesBasedValidation.csproj +++ b/CS/DXGrid_AttributesBasedValidation/DXGrid_AttributesBasedValidation.csproj @@ -36,46 +36,46 @@ 4 - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False diff --git a/VB/DXGrid_AttributesBasedValidation/DXGrid_AttributesBasedValidation.vbproj b/VB/DXGrid_AttributesBasedValidation/DXGrid_AttributesBasedValidation.vbproj index 1e30bef..cd0c963 100644 --- a/VB/DXGrid_AttributesBasedValidation/DXGrid_AttributesBasedValidation.vbproj +++ b/VB/DXGrid_AttributesBasedValidation/DXGrid_AttributesBasedValidation.vbproj @@ -38,46 +38,46 @@ 4 - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False - + False