Skip to content

Commit f3297f3

Browse files
authored
Add Github Actions Workflow (#47)
* Add Github Actions Workflow Remove phan Set phpstan to v1 cleanup gitignore, rector inclusion * Update badges
1 parent b58674b commit f3297f3

File tree

5 files changed

+30
-354
lines changed

5 files changed

+30
-354
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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

.gitignore

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1+
# IDE Related Files #
2+
.buildpath
3+
.project
4+
.settings
5+
.DS_Store
6+
.idea
7+
8+
# Composer and test related files #
19
vendor/
210
composer.phar
311
composer.lock
412
phpunit.xml
5-
.phpunit.result.cache
13+
.phpunit.cache/
14+
.idea/
15+
/.phpunit.result.cache
16+
/.phpunit.cache/

.phan/config.php

Lines changed: 0 additions & 349 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# The Input Package [![Build Status](https://ci.joomla.org/api/badges/joomla-framework/input/status.svg?ref=refs/heads/3.x-dev)](https://ci.joomla.org/joomla-framework/input)
1+
# The Input Package [![Build Status](https://github.com/joomla-framework/input/actions/workflows/ci.yml/badge.svg?branch=3.x-dev)](https://github.com/joomla-framework/input)
22

33
[![Latest Stable Version](https://poser.pugx.org/joomla/input/v/stable)](https://packagist.org/packages/joomla/input)
44
[![Total Downloads](https://poser.pugx.org/joomla/input/downloads)](https://packagist.org/packages/joomla/input)

0 commit comments

Comments
 (0)