Skip to content

GitHub Actions Workflow - CI for Silverstripe github actions

License

Notifications You must be signed in to change notification settings

silverstripe/gha-action-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

GitHub Actions - Action CI

CI that is specifically for silverstripe/gha-* repositories

Will run phpunit if applicable and make automatic patch releases

Because gha-* modules do not integrate with other dependencies, there's no need to run this CI on a cron

This is essentially a cut down version of silverstripe/gha-ci

Usage

.github/workflows/ci.yml

name: CI

on:
  push:
  pull_request:
  workflow_dispatch:

jobs:
  ci:
    name: CI
    uses: silverstripe/gha-action-ci/.github/workflows/action-ci.yml@v1