mirror of
https://github.com/Lucaslhm/Flipper-IRDB.git
synced 2024-12-23 20:07:08 +00:00
ci: do not sanitize file names (#824)
This commit is contained in:
parent
533d771e18
commit
050091bd40
1
.github/workflows/pr-lint-check.yaml
vendored
1
.github/workflows/pr-lint-check.yaml
vendored
@ -26,6 +26,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files: "**/*.ir"
|
files: "**/*.ir"
|
||||||
json: true
|
json: true
|
||||||
|
safe_output: false
|
||||||
write_output_files: true
|
write_output_files: true
|
||||||
|
|
||||||
- name: Verify the contents of the .github/outputs/all_changed_files.json file
|
- name: Verify the contents of the .github/outputs/all_changed_files.json file
|
||||||
|
Loading…
Reference in New Issue
Block a user