projects
/
lemmy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2158621
)
Use fixed prettier version for CI (#3507)
author
Nutomic
<me@nutomic.com>
Thu, 6 Jul 2023 10:23:51 +0000
(12:23 +0200)
committer
GitHub
<noreply@github.com>
Thu, 6 Jul 2023 10:23:51 +0000
(12:23 +0200)
3.0.0 was pushed to docker hub 2 hours ago, thats probably why
builds are breaking now.
.woodpecker.yml
patch
|
blob
|
history
Cargo.lock
patch
|
blob
|
history
diff --git
a/.woodpecker.yml
b/.woodpecker.yml
index ec3436def1c195947b8000a61def1cb801ae192d..706498a867df4061a9202cff341d27ac5e0a70ab 100644
(file)
--- a/
.woodpecker.yml
+++ b/
.woodpecker.yml
@@
-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'
diff --git
a/Cargo.lock
b/Cargo.lock
index 7988f2447f77eed7e0ec015452d59f51dec0737b..93b038821df8874c90547cf33f7723ef0d851648 100644
(file)
--- a/
Cargo.lock
+++ b/
Cargo.lock
@@
-4268,7
+4268,7
@@
dependencies = [
"byteorder",
"hex",
"lazy_static",
- "rustix",
+ "rustix
0.36.5
",
]
[[package]]