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.
- Host: GitHub
- URL: https://github.com/backdrop-ops/gha
- Owner: backdrop-ops
- Created: 2025-04-18T14:18:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-24T12:38:08.000Z (7 months ago)
- Last Synced: 2025-11-28T01:55:32.198Z (7 months ago)
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.