mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
Supress error for composer check
This commit is contained in:
parent
5c53d28f55
commit
772f6a1bc6
4
.github/workflows/composer.yml
vendored
4
.github/workflows/composer.yml
vendored
|
@ -39,8 +39,8 @@ jobs:
|
|||
git config --global user.email "github-actions@users.noreply.github.com"
|
||||
git remote set-url origin "https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
|
||||
git add .
|
||||
git commit -am "Github CI lint"
|
||||
git push
|
||||
git commit -am "Github CI lint" || echo "No changes to commit"
|
||||
git push || echo "No changes to push"
|
||||
|
||||
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
|
||||
# Docs: https://getcomposer.org/doc/articles/scripts.md
|
||||
|
|
Loading…
Reference in a new issue