https://github.com/compwa/actions
Shared workflows of the ComPWA organization for GitHub Actions
https://github.com/compwa/actions
Last synced: 8 months ago
JSON representation
Shared workflows of the ComPWA organization for GitHub Actions
- Host: GitHub
- URL: https://github.com/compwa/actions
- Owner: ComPWA
- License: mit
- Created: 2023-01-22T09:29:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-26T15:27:48.000Z (8 months ago)
- Last Synced: 2025-09-30T20:35:09.211Z (8 months ago)
- Language: Python
- Homepage:
- Size: 199 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ComPWA actions and shared workflows
[](https://opensource.org/licenses/MIT)
[](https://github.com/prettier/prettier)
[](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell)
[](https://github.com/astral-sh/ruff)
[](https://github.com/astral-sh/uv)
This repository hosts [shared workflows for GitHub Actions](https://docs.github.com/en/actions/using-workflows/reusing-workflows) and [shared actions](https://docs.github.com/en/actions/creating-actions) that are used by [repositories of the ComPWA Project](https://github.com/orgs/ComPWA/repositories). See also [ComPWA/repo-maintenance](https://github.com/ComPWA/repo-maintenance), which enforces policies on those repositories.
Actions and shared workflows provided by this repository presume that the repository to which they are applied follow the same set-up as described on [compwa.github.io/develop](https://compwa.github.io/develop). For example, it assumes source code is located under the `src/` directory and documentation is located under `docs/`.
See [`CONTRIBUTING.md`](./CONTRIBUTING.md) for how to develop this repository.