From 16c7100c92ca795fc2592655cdb7581b3f2a929f Mon Sep 17 00:00:00 2001 From: Karthik babu Manam Date: Sun, 23 Feb 2025 01:34:57 -0500 Subject: [PATCH] Updating with official Vale github action --- .github/workflows/deploy.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4764aed..3789d17 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -34,11 +34,10 @@ jobs: - name: Run Vale linting uses: errata-ai/vale-action@v2.1.1 with: - files: '**/*.md' debug: true fail_on_error: true reporter: github-check - + build-and-deploy: runs-on: ubuntu-latest