Skip to content

Commit

Permalink
Mettre à jour le workflow Kubelinter pour générer le rapport sans ign…
Browse files Browse the repository at this point in the history
…orer les erreurs
  • Loading branch information
AlxFrst committed Apr 18, 2024
1 parent 75a8135 commit 9aa98f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kubelinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Lint YAML files and Generate Report
continue-on-error: true
run: |
kubelinter lint -o checkstyle > kubelinter-report.txt || true
kubelinter lint -o checkstyle > kubelinter-report.txt
- name: Upload Report as Artifact
Expand Down

0 comments on commit 9aa98f7

Please sign in to comment.