mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-03-05 13:30:32 -05:00
remove folders causing errors in report
This commit is contained in:
3
.github/workflows/codacy-analysis.yml
vendored
3
.github/workflows/codacy-analysis.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user