test
All checks were successful
/ ls (push) Successful in 19s

This commit is contained in:
lubiana 2023-10-16 22:14:40 +02:00
parent b43ce75c42
commit 0b7f70541f
No known key found for this signature in database

View file

@ -16,6 +16,8 @@ jobs:
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com"
git status --porcelain
git status -s
if [[ -z $(git status --porcelain) ]]; then
echo lol
fi