An open API service indexing awesome lists of open source software.

https://github.com/backdrop-ops/gha

Reusable GitHub Actions workflows and composite actions for use with Backdrop CMS contrib projects.
https://github.com/backdrop-ops/gha

Last synced: 4 months ago
JSON representation

Reusable GitHub Actions workflows and composite actions for use with Backdrop CMS contrib projects.

Awesome Lists containing this project

README

          

# Backdrop GHA

This is currently an experimental repository to explore the feasibility of
using a shared repo for some basic GitHub Actions that can be used by contrib
module maintainers.

Right now only the simplest implementation is included for PHPCS linting with
no customization.

In the future it may be expanded to include other options such as functional
tests, with minor customizations permitted via inputs when calling the action
or workflow.