From e2ddfb9ff53bd4c6dedb90ba62dde2cd43c5cebe Mon Sep 17 00:00:00 2001 From: Heitor Tashiro Sergent Date: Mon, 28 Oct 2024 17:24:39 -0300 Subject: [PATCH] Remove lint prose workflow step --- .github/workflows/pr-deploy.yml | 13 ------------- .github/workflows/production.yml | 14 -------------- .github/workflows/staging.yml | 13 ------------- 3 files changed, 40 deletions(-) diff --git a/.github/workflows/pr-deploy.yml b/.github/workflows/pr-deploy.yml index d84ea19c6a..01aab09818 100644 --- a/.github/workflows/pr-deploy.yml +++ b/.github/workflows/pr-deploy.yml @@ -43,19 +43,6 @@ jobs: - name: Lint code examples run: | npm run lint:examples - lint-prose: - name: Lint prose - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: errata-ai/vale-action@reviewdog - env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - with: - files: ./src/data/markdown - version: 2.17.0 - fail_on_error: true - vale_flags: '--glob=**/{docs,translated-guides/en}/**/*.md' build: name: Build and deploy pull request runs-on: ubuntu-latest diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index a74a59cbba..5cb302e190 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -75,20 +75,6 @@ jobs: run: | npm run lint:examples - lint-prose: - name: Lint prose - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: errata-ai/vale-action@reviewdog - env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - with: - files: ./src/data/markdown - version: 2.17.0 - fail_on_error: true - vale_flags: '--glob=**/{docs,translated-guides/en}/**/*.md' - build-deploy-prod: name: Build and deploy to prod runs-on: ubuntu-latest diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 6cb70ce2e1..ddba9911ca 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -68,19 +68,6 @@ jobs: - name: Lint code examples run: | npm run lint:examples - lint-prose: - name: Lint prose - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: errata-ai/vale-action@reviewdog - env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - with: - files: ./src/data/markdown - version: 2.17.0 - fail_on_error: true - vale_flags: '--glob=**/{docs,translated-guides/en}/**/*.md' build-deploy-staging: name: Build and deploy to staging runs-on: ubuntu-latest