https://github.com/lvlcn-t/meta
This repository contains my github workflow templates and general repository templates. It's build on top GitHub's reusable workflows feature.
https://github.com/lvlcn-t/meta
github-actions repository-templates reusable-workflows
Last synced: 5 months ago
JSON representation
This repository contains my github workflow templates and general repository templates. It's build on top GitHub's reusable workflows feature.
- Host: GitHub
- URL: https://github.com/lvlcn-t/meta
- Owner: lvlcn-t
- License: mit
- Created: 2024-04-07T20:13:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-11T21:50:35.000Z (10 months ago)
- Last Synced: 2025-08-11T23:32:49.620Z (10 months ago)
- Topics: github-actions, repository-templates, reusable-workflows
- Language: Makefile
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# meta
This repository contains meta configuration files for several [GitHub Reusable Workflows](https://docs.github.com/en/actions/learn-github-actions/reusing-workflows)
and [GitHub Composite Actions](https://docs.github.com/en/actions/creating-actions/creating-a-composite-action).
It also contains multiple repository templates that can be used to create new repositories with some pre-configured settings and files.
## Repository Templates
The following repository templates are available:
- [General](https://github.com/lvlcn-t/templates-general)
- [Golang](https://github.com/lvlcn-t/templates-golang)
## GitHub Reusable Workflows
The following reusable workflows are available:
### General Workflows
- [Test Workflow](/.github/workflows/test.yml)
- [CI Workflow](/.github/workflows/ci.yml)
- [Release Workflow](/.github/workflows/release.yml)
- [Prune Workflow](/.github/workflows/prune.yml)
### Go specific Workflows
- [Golang CI Workflow](/.github/workflows/ci-go.yml)
- [Golang Release Workflow](/.github/workflows/release-go.yml)
### Helm specific Workflows
- [Helm CI Workflow](/.github/workflows/ci-helm.yml)
- [Helm Release Workflow](/.github/workflows/release-helm.yml)
## Licensing
Copyright (c) 2024 lvlcn-t.
Licensed under the **MIT** (the "License"); you may not use this file except in compliance with
the License.
You may obtain a copy of the License at .
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "
AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the [LICENSE](./LICENSE) for
the specific language governing permissions and limitations under the License.