From 58ffd9e7183c9c469e62b310e1dddf538b4ca9ad Mon Sep 17 00:00:00 2001 From: Ly Nguyen Date: Thu, 15 Aug 2024 12:55:16 -0700 Subject: [PATCH 1/4] Test linter --- website/docs/docs/trusted-adapters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/trusted-adapters.md b/website/docs/docs/trusted-adapters.md index 80a24b96fe0..81637fd2bda 100644 --- a/website/docs/docs/trusted-adapters.md +++ b/website/docs/docs/trusted-adapters.md @@ -9,7 +9,7 @@ Trusted adapters take part in the Trusted Adapter Program, including a commitmen Free and open-source tools for the data professional are increasingly abundant. This is by-and-large a *good thing*, however it requires due diligence that wasn't required in a paid-license, closed-source software world. As a user, there are questions to answer important before taking a dependency on an open-source project. The trusted adapter designation is meant to streamline this process for end users. -### Trusted adapter specifications +### Trusted Adapter Specifications Refer to the [Build, test, document, and promote adapters](/guides/adapter-creation) guide for more information, particularly if you are an adapter maintainer considering having your adapter be added to the trusted list. From 6789a7d275eebc91a5f0b52688a8342a7db7f6fe Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Thu, 22 Aug 2024 17:23:13 +0100 Subject: [PATCH 2/4] Update vale.yml --- .github/workflows/vale.yml | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index ce10f7858e8..339f1099437 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -15,14 +15,20 @@ jobs: with: fetch-depth: 0 # Ensure the full history is fetched + - name: Cache Vale binary + uses: actions/cache@v3 + with: + path: ~/.vale + key: ${{ runner.os }}-vale-${{ hashFiles('**/.vale.ini') }} + restore-keys: | + ${{ runner.os }}-vale- + - name: Set up vale uses: errata-ai/vale-action@reviewdog with: - files: '["website/docs/docs", "website/docs/reference","website/docs/guides"]' + files: '["website/docs/docs", "website/docs/reference", "website/docs/guides"]' token: ${{ secrets.VALE_GITHUB_TOKEN }} - version: 2.17.0 reporter: github-pr-check - debug: true - name: Get changed files id: changed-files @@ -35,9 +41,11 @@ jobs: run: | echo "Changed files: ${{ env.CHANGED_FILES }}" - - name: Run Vale with Reviewdog on Changed Files + - name: Set up Reviewdog + uses: reviewdog/action-setup@v1 + + - name: Run vale with reviewdog run: | - export PATH=$PATH:/home/runner/vale # Add Vale to the PATH if [ -z "${{ env.CHANGED_FILES }}" ]; then echo "No changed files to lint." else @@ -45,6 +53,3 @@ jobs: vale --output=JSON "$file" | reviewdog -f=vale -name="vale" -reporter=github-pr-check -level=warning -filter-mode=added -fail-on-error=true -tee done fi - env: - REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.VALE_GITHUB_TOKEN }} - \ No newline at end of file From 6268b2976c93909d091e6f806944fe6c23a64980 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:52:56 +0100 Subject: [PATCH 3/4] Update trusted-adapters.md test --- website/docs/docs/trusted-adapters.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/docs/docs/trusted-adapters.md b/website/docs/docs/trusted-adapters.md index 61d20810b32..f6750f235f5 100644 --- a/website/docs/docs/trusted-adapters.md +++ b/website/docs/docs/trusted-adapters.md @@ -14,6 +14,14 @@ Free and open-source tools for the data professional are increasingly abundant. Refer to the [Build, test, document, and promote adapters](/guides/adapter-creation) guide for more information, particularly if you are an adapter maintainer considering having your adapter be added to the trusted list. + + +## Header Test To Test COmments +more text here... + + + + ### Trusted adapters import AdaptersTrusted from '/snippets/_adapters-trusted.md'; From ccf2efafd368d88a60a0ec39ce52091a393b85c0 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:54:41 +0100 Subject: [PATCH 4/4] Update trusted-adapters.md --- website/docs/docs/trusted-adapters.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/docs/trusted-adapters.md b/website/docs/docs/trusted-adapters.md index f6750f235f5..df6fbccb4e4 100644 --- a/website/docs/docs/trusted-adapters.md +++ b/website/docs/docs/trusted-adapters.md @@ -21,6 +21,7 @@ more text here... +## Header Test To Test COmments ### Trusted adapters