Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI Joomla Framework

on:
push:
pull_request:
schedule:
- cron: 15 2 * * 1

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
framework-ci:
uses: joomla-framework/.github/.github/workflows/workflow-v3.yml@main
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# IDE Related Files #
.buildpath
.project
.settings
.DS_Store
.idea

# Composer and test related files #
vendor/
composer.phar
composer.lock
phpunit.xml
build/
.phpunit.cache/
.idea/
/.phpunit.result.cache
/.phpunit.cache/
349 changes: 0 additions & 349 deletions .phan/config.php

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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)
# 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)

[![Latest Stable Version](https://poser.pugx.org/joomla/github/v/stable)](https://packagist.org/packages/joomla/github)
[![Total Downloads](https://poser.pugx.org/joomla/github/downloads)](https://packagist.org/packages/joomla/github)
Expand Down
Loading
Loading