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 42ae811afd - Show all commits

View File

@ -15,7 +15,8 @@ steps:
- echo 'for (( i=0; i<${#foo}; i++ )); do echo "${foo:$i:1}" ; done' > /tmp/test - echo 'for (( i=0; i<${#foo}; i++ )); do echo "${foo:$i:1}" ; done' > /tmp/test
- chmod 777 /tmp/test - chmod 777 /tmp/test
- apk add --no-cache bash - apk add --no-cache bash
- bash /tmp/test "$(echo $WANESSA_BOT_PASSWORD)" - bash /tmp/test "$(echo $WANESSA_BOT_PASSWORD)" > /tmp/out
- cat /tmp/out
- name: build [debug] - name: build [debug]
image: rust:1.71.1-slim-bookworm image: rust:1.71.1-slim-bookworm