This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new ed81e29  add dot into command line
ed81e29 is described below

commit ed81e29720f7b013cf7bb73e99cdbdf347e0debb
Author: Eric Barboni <[email protected]>
AuthorDate: Tue Feb 24 16:18:47 2026 +0100

    add dot into command line
---
 .github/workflows/jsoncheck.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/jsoncheck.yml b/.github/workflows/jsoncheck.yml
index 321e966..9217daf 100644
--- a/.github/workflows/jsoncheck.yml
+++ b/.github/workflows/jsoncheck.yml
@@ -38,10 +38,10 @@ jobs:
           show-progress: false
 
       - name: check json Apache NetBeans
-        run: jq meta/netbeansrelease.json
+        run: jq . meta/netbeansrelease.json
 
       - name: check json Apache NetBeans VS code
-        run: jq meta/netbeansvscode.json
+        run: jq . meta/netbeansvscode.json
 
       - name: check json Apache NetBeans
-        run: jq meta/netbeanshtml4j.json
+        run: jq . meta/netbeanshtml4j.json


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to