bootystrap #87

Open
lubiana wants to merge 12 commits from bootystrap into main
Showing only changes of commit 26ca9ac17a - Show all commits

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