mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-08 09:24:17 +00:00
Use fixed prettier version for CI
3.0.0 was pushed to docker hub 2 hours ago, thats probably why builds are breaking now.
This commit is contained in:
parent
2158621bda
commit
b059647541
|
@ -23,7 +23,7 @@ pipeline:
|
|||
- git submodule update
|
||||
|
||||
prettier_check:
|
||||
image: tmknom/prettier
|
||||
image: tmknom/prettier:2.8.8
|
||||
commands:
|
||||
- prettier -c . '!**/volumes' '!**/dist' '!target' '!**/translations'
|
||||
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -4268,7 +4268,7 @@ dependencies = [
|
|||
"byteorder",
|
||||
"hex",
|
||||
"lazy_static",
|
||||
"rustix",
|
||||
"rustix 0.36.5",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Reference in a new issue