projectrebel/github-workflow

Quickly add a streamlined, trunk-based, release dependent workflow to you Laravel application

v1.0.0 2023-04-02 20:53 UTC

This package is auto-updated.

Last update: 2024-05-01 00:14:02 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Quickly support your trunk-based project with a robust CI workflow powered by Github Actions and releases.

Prerequistes

This package assumes the usage of Vapor, Larastan and Pint. These packages will need to be installed and the following scripts added to composer.json:

"scripts": {
    "check-style": "vendor/bin/pint --test",
    "static-analysis": "vendor/bin/phpstan analyse",
    ...
}

It is also assumed that your project has a "staging" environment in your Vapor project.

Installation

You can install the package via composer:

composer require projectrebel/github-workflow

Usage

Simply run the install command and follow the prompts.

php artisan github-workflow:install

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.