Update ci pipelines

This commit is contained in:
Dominic Grimm 2023-03-10 19:32:45 +01:00
parent aa21e65a3d
commit 717fdc9e24
Signed by: dergrimm
GPG Key ID: 12EFFCAEA9E620BF
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ type: docker
name: frontend
steps:
- name: cargo clippy
- name: clippy
image: docker.io/clux/muslrust:1.67.1
commands:
- cd frontend/ && cargo clippy