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 9e466a21b9 - Show all commits

View File

@ -128,15 +128,15 @@ steps:
- git add * - git add *
- git status - git status
- git commit -m "rustfmt" - git commit -m "rustfmt"
- GIT_SSH=1 git push ssh - GIT_TRACE=1 GIT_SSH=1 git push ssh
environment: environment:
SSH_PRIVATE_KEY: SSH_PRIVATE_KEY:
from_secret: WANESSA_SSH_PRIVKEY from_secret: WANESSA_SSH_PRIVKEY
GIT_EMAIL_ADDRESS: GIT_EMAIL_ADDRESS:
from_secret: WANESSA_EMAIL_ADDRESS from_secret: WANESSA_EMAIL_ADDRESS
depends_on: #depends_on:
- amd64 [debug] #- amd64 [debug]
- arm64 [debug] #- arm64 [debug]
- amd64 [release] #- amd64 [release]
- arm64 [release] #- arm64 [release]