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

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

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