Skip to content

Commit

Permalink
add quote linter on artifacthub annotation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mloiseleur committed Mar 7, 2024
1 parent f96e656 commit 3503ade
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ jobs:

- name: Test Chart
run: make test

- name: Test Changelog Artifacthub annotation
run: |
changes=$(grep '"' traefikee/Chart.yaml | wc -l)
test $changes -gt 1

0 comments on commit 3503ade

Please sign in to comment.