diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d67652..807338e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,6 @@ jobs: permissions: contents: read - actions: write steps: - uses: actions/checkout@v6 @@ -148,7 +147,6 @@ jobs: permissions: contents: read - actions: write env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" @@ -209,7 +207,6 @@ jobs: permissions: contents: read - actions: write steps: - name: Checkout diff --git a/dprint.json b/dprint.json index 7d77361..110030e 100644 --- a/dprint.json +++ b/dprint.json @@ -4,6 +4,11 @@ "README.md", "docs/**/*.md" ], + "excludes": [ + "lib/**", + "build/**", + "vcpkg_installed/**" + ], "plugins": [ "https://plugins.dprint.dev/markdown-0.22.1.wasm" ],