This commit is contained in:
datdenkikniet 2023-04-15 14:43:40 +02:00
parent feb00a9755
commit c6f4b834c1
3 changed files with 5 additions and 5 deletions

View file

@ -31,8 +31,8 @@ jobs:
- name: Cache Dependencies
uses: Swatinem/rust-cache@v2
- name: cargo xtask format-check
run: cargo xtask --verbose format-check
- name: cargo xtask fmt
run: cargo xtask --verbose fmt -c
# Compilation check
check: