summaryrefslogtreecommitdiffstats
path: root/.github/workflows/format-workflow.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/format-workflow.yml')
-rw-r--r--.github/workflows/format-workflow.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format-workflow.yml b/.github/workflows/format-workflow.yml
index 34636ad3f..a6b1f6409 100644
--- a/.github/workflows/format-workflow.yml
+++ b/.github/workflows/format-workflow.yml
@@ -26,7 +26,7 @@ jobs:
- name: Install | Taplo
run: cargo install --debug --locked --version 0.9.0 taplo-cli
- name: Presets | Validate with schema
- run: taplo lint --schema "file://${GITHUB_WORKSPACE}/.github/config-schema.json" docs/.vuepress/public/presets/toml/*.toml
+ run: taplo lint --schema "file://${GITHUB_WORKSPACE}/.github/config-schema.json" docs/public/presets/toml/*.toml
# If this is not a Crowdin PR, block changes to translated documentation
block-crowdin: