File tree Expand file tree Collapse file tree 5 files changed +29
-354
lines changed Expand file tree Collapse file tree 5 files changed +29
-354
lines changed Original file line number Diff line number Diff line change 1+ name : CI Joomla Framework
2+
3+ on :
4+ push :
5+ pull_request :
6+ schedule :
7+ - cron : 15 2 * * 1
8+
9+ concurrency :
10+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11+ cancel-in-progress : true
12+
13+ jobs :
14+ framework-ci :
15+ uses : joomla-framework/.github/.github/workflows/workflow-v3.yml@main
Original file line number Diff line number Diff line change 1+ # IDE Related Files #
2+ .buildpath
3+ .project
4+ .settings
5+ .DS_Store
6+ .idea
7+
8+ # Composer and test related files #
19vendor /
210composer.phar
311composer.lock
412phpunit.xml
5- .phpunit.result. cache
13+ .phpunit.cache /
614.idea /
15+ /.phpunit.result.cache
16+ /.phpunit.cache /
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- # The String Package [ ![ Build Status] ( https://ci.joomla.org/api/badges/ joomla-framework/string/status. svg?ref=refs/heads/ 3.x-dev )] ( https://ci.joomla.org /joomla-framework/string )
1+ # The String Package [ ![ Build Status] ( https://github.com/ joomla-framework/string/actions/workflows/ci.yml/badge. svg?branch= 3.x-dev )] ( https://github.com /joomla-framework/string )
22
33[ ![ Latest Stable Version] ( https://poser.pugx.org/joomla/string/v/stable )] ( https://packagist.org/packages/joomla/string )
44[ ![ Total Downloads] ( https://poser.pugx.org/joomla/string/downloads )] ( https://packagist.org/packages/joomla/string )
You can’t perform that action at this time.
0 commit comments