auto-format #20

Merged
leon merged 143 commits from auto-format into main 2024-02-14 01:18:02 +01:00
Showing only changes of commit 9491a6722d - Show all commits

View File

@ -105,6 +105,9 @@ name: rustfmt
steps:
- name: Format Project with rustfmt
image: rust:1.71.1-alpine
environment:
WANESSA_EMAIL_ADDRESS:
from_secret: WANESSA_EMAIL_ADDRESS
commands:
- rustc --version
- cargo --version
@ -123,7 +126,7 @@ steps:
- git status
- git commit -m "rustfmt"
- cat .git/config
- git push
- git push origin
depends_on:
- amd64 [debug]