test
Some checks failed
/ ls (pull_request) Has been cancelled

This commit is contained in:
lubiana 2025-05-21 22:12:09 +02:00
parent f2c6196d89
commit 26ca9ac17a
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk

View file

@ -22,18 +22,5 @@ jobs:
php-version: '8.4'
tools: 'composer'
extensions: intl,zip
- name: lint
run: composer lint
- name: test
run: composer test
- name: GIT commit and push all changed files
env:
CI_COMMIT_MESSAGE: Continuous Integration Fixes
CI_COMMIT_AUTHOR: Continuous Integration
run: |
if [[ -n "$(git status -s)" ]]; then
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "gitbot@users.noreply.php.fail"
git commit -am "${{ env.CI_COMMIT_MESSAGE }}"
git push
fi
- name: composer install
run: composer install