mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
Danger: Add png
check (#88)
This commit is contained in:
parent
591f835811
commit
ffd3ffa369
@ -75,3 +75,9 @@ if hasChangedViews {
|
||||
warn("You seem to have made changes to views. Please consider adding screenshots.")
|
||||
}
|
||||
}
|
||||
|
||||
// Check for pngs on resources
|
||||
let hasPngs = !editedFiles.filter { $0.lowercased().hasSuffix(".png") }.isEmpty
|
||||
if hasPngs {
|
||||
warn("You seem to have made changes to some images. Please consider using an SVG or PDF.")
|
||||
}
|
||||
|
1
changelog.d/87.change
Normal file
1
changelog.d/87.change
Normal file
@ -0,0 +1 @@
|
||||
Danger: Add a check for png files and warn to use SVG and PDF files.
|
Loading…
x
Reference in New Issue
Block a user