Sfoglia il codice sorgente

remove folders causing errors in report

El RIDO 10 mesi fa
parent
commit
081a469a11
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      .github/workflows/codacy-analysis.yml

+ 3 - 0
.github/workflows/codacy-analysis.yml

@@ -26,6 +26,9 @@ jobs:
       - name: Checkout code
         uses: actions/checkout@v5
 
+      - name: Remove folders causing errors in report
+        run: rm -rf doc img *.md
+
       # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
       - name: Run Codacy Analysis CLI
         uses: codacy/codacy-analysis-cli-action@v4