File tree Expand file tree Collapse file tree 6 files changed +39
-353
lines changed
Expand file tree Collapse file tree 6 files changed +39
-353
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- build /
13+ .phpunit.cache /
14+ .idea /
615/.phpunit.result.cache
16+ /.phpunit.cache /
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- # The GitHub Package [ ![ Build Status] ( https://ci.joomla.org/api/badges/ joomla-framework/github-api/status. svg?ref=refs/heads/2.0 -dev )] ( https://ci.joomla.org /joomla-framework/github-api )
1+ # The GitHub Package [ ![ Build Status] ( https://github.com/ joomla-framework/github-api/actions/workflows/ci.yml/badge. svg?branch=3.x -dev )] ( https://github.com /joomla-framework/github-api )
22
33[ ![ Latest Stable Version] ( https://poser.pugx.org/joomla/github/v/stable )] ( https://packagist.org/packages/joomla/github )
44[ ![ Total Downloads] ( https://poser.pugx.org/joomla/github/downloads )] ( https://packagist.org/packages/joomla/github )
You can’t perform that action at this time.
0 commit comments