mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-01-23 02:35:23 +00:00
remove folders causing errors in report
This commit is contained in:
parent
d638b2dac4
commit
081a469a11
1 changed files with 3 additions and 0 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue