Skip to content

Commit

Permalink
ci: do not sanitize file names (Lucaslhm#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
darmiel authored Oct 30, 2024
1 parent 533d771 commit 050091b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-lint-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
files: "**/*.ir"
json: true
safe_output: false
write_output_files: true

- name: Verify the contents of the .github/outputs/all_changed_files.json file
Expand Down Expand Up @@ -89,4 +90,4 @@ jobs:

- name: Fail Pipeline if Linter Found Issues
if: ${{ steps.run-linter.outcome == 'failure' }}
run: exit 1
run: exit 1

0 comments on commit 050091b

Please sign in to comment.