From 86eeccc5620a3db2136d61f57427aa0cbe2dd893 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 1 Oct 2023 15:52:40 +0200 Subject: [PATCH] Remove comments --- .github/workflows/docs.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 07d3ae6a2e..08763d2f3a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -46,14 +46,3 @@ jobs: git clone https://github.com/errata-ai/Microsoft.git cp -r ./Microsoft/Microsoft ./styles vale --no-exit ./docs - - # Disable GHA vale checking, it started to fail with a gazillion of - # violations. We need to review it closely - # - uses: errata-ai/vale-action@reviewdog - # with: - # # debug: true - # files: all - # env: - # # Required, set by GitHub actions automatically: - # # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret - # GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}