mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 20:31:19 +00:00
Use a smaller taplo.
This commit is contained in:
parent
ae8c062f69
commit
4b8118dce9
1 changed files with 1 additions and 3 deletions
|
@ -55,10 +55,8 @@ steps:
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
|
|
||||||
toml_fmt:
|
toml_fmt:
|
||||||
image: *rust_image
|
image: tamasfe/taplo:0.8.1-alpine
|
||||||
commands:
|
commands:
|
||||||
- <<: *install_binstall
|
|
||||||
- cargo binstall -y taplo-cli
|
|
||||||
- taplo format --check
|
- taplo format --check
|
||||||
when:
|
when:
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
|
|
Loading…
Reference in a new issue