https://github.com/strg-at/github-workflows
centralized github workflows
https://github.com/strg-at/github-workflows
config devops strg
Last synced: 2 months ago
JSON representation
centralized github workflows
- Host: GitHub
- URL: https://github.com/strg-at/github-workflows
- Owner: strg-at
- License: mit
- Created: 2023-04-12T20:11:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-21T00:39:31.000Z (2 months ago)
- Last Synced: 2026-01-21T11:15:29.258Z (2 months ago)
- Topics: config, devops, strg
- Homepage: https://github.com/strg-at/github-workflows
- Size: 591 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[![pre-commit][pre-commit-shield]][pre-commit-url]
[![taskfile][taskfile-shield]][taskfile-url]
# STRG. Github workflows
This repo stores reusable Github workflows for various use cases.
Table of Contents
- [Getting Started](#getting-started)
- [Prerequisties](#prerequisties)
- [Initialize repository](#initialize-repository)
- [Configuration](#configuration)
- [Preparation](#preparation)
- [Known Issues](#known-issues)
## Getting Started
### Prerequisties
- [pre-commit][pre-commit]
### Initialize repository
Pre-commit framework need to get initialized.
```console
task pre-commit:init
```
## Configuration
### Preparation
All changes require a PR and review. Create a new branch and reference a Jira ticket, f.e.
```console
git switch -c feature/INPRO-1-configure-resource
```
## Known Issues
[pre-commit]: https://pre-commit.com/
[pre-commit-shield]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit
[pre-commit-url]: https://github.com/pre-commit/pre-commit
[taskfile-url]: https://taskfile.dev/
[taskfile-shield]: https://img.shields.io/badge/Taskfile-Enabled-brightgreen?logo=task