parent
f2c6196d89
commit
26ca9ac17a
1 changed files with 2 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue