This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new dde4d46fa1 Add --ignore-scripts to yarn installation in
pr-doc-validation workflow
dde4d46fa1 is described below
commit dde4d46fa107c25108b463c7d4ae65ce8a67e3bf
Author: James Netherton <[email protected]>
AuthorDate: Tue Sep 15 07:33:56 2026 +0100
Add --ignore-scripts to yarn installation in pr-doc-validation workflow
---
.github/workflows/pr-doc-validation.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pr-doc-validation.yml
b/.github/workflows/pr-doc-validation.yml
index a438589598..160e1eb353 100644
--- a/.github/workflows/pr-doc-validation.yml
+++ b/.github/workflows/pr-doc-validation.yml
@@ -40,7 +40,7 @@ jobs:
steps:
# ubuntu-slim does not provide yarn, so install the same version that
ubuntu-latest does
- name: Install yarn
- run: npm install -g [email protected]
+ run: npm install --ignore-scripts -g [email protected]
- name: Checkout camel-quarkus repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #
v7.0.1
with: