Skip to content

Commit

Permalink
chore(ci): Enable permissive mode during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Dec 20, 2023
1 parent fd480d3 commit 5848f78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ jobs:
uses: ./
with:
rpmfiles: ./devpod.spec
permissive: 'true'

- name: Test rpmlint (multiple files)
uses: ./
with:
rpmfiles: './devpod.spec, ./prompt.spec'
permissive: 'true'

0 comments on commit 5848f78

Please sign in to comment.