Skip to content

Commit

Permalink
Take the diff stage off from the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ivancorrales committed Mar 1, 2022
1 parent 744c464 commit 78fd8cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*.log
coverage.txt
coverage.*
build
dist
vendor
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GOBUILD = CGO_ENABLED=0 $(GO) build $(LDFLAGS)

.PHONY: ci
ci: ## CI build
ci: dev diff
ci: dev #diff

.PHONy: setup
setup:
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Templatizer
[![Keep a Changelog](https://img.shields.io/badge/changelog-Keep%20a%20Changelog-%23E05735)](CHANGELOG.md)
[![GitHub Release](https://img.shields.io/github/v/release/wesovilabs/templatizer)](https://github.com/wesovilabs/templatizer/releases)
[![Go Reference](https://pkg.go.dev/badge/github.com/wesovilabs/templatizer.svg)](https://pkg.go.dev/github.com/wesovilabs/templatizer)
Expand All @@ -8,9 +9,10 @@
[![Codecov](https://codecov.io/gh/wesovilabs/templatizer/branch/main/graph/badge.svg)](https://codecov.io/gh/wesovilabs/templatizer)
[![CodeQL](https://github.com/wesovilabs/templatizer/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/wesovilabs/templatizer/actions/workflows/codeql-analysis.yml)
---
# Templatizer

Template is created to empower the way to take advantage of template repositories. It's known that Github (nor Gitlab) doesn't provide us a handy way to take advantage of the Template repositories. When we start from a Template we usually need to do a lof of manual replacement tasks.

**Templater** is created to empower the mechanism to take advantage of template repositories. It's known that Github (nor Gitlab) doesn't provide us a handy way to take advantage of the Template repositories. When we start from a Template we usually need to do a lot of manual and inefficient replacement tasks.

## Getting started

## Usage
Expand All @@ -24,5 +26,5 @@ if you work with MacOS you can take advantage of [homebrew](https://brew.sh/inde

In other case you would need to setup manually the following tools:

- [Hadolint]: Visit the [official repository](https://github.com/hadolint/hadolint)
- [pre-commit]: Visit the [official site])(https://pre-commit.com/).
- **Hadolint**: Visit the [official repository](https://github.com/hadolint/hadolint)
- **pre-commit**: Visit the [official site])(https://pre-commit.com/).

0 comments on commit 78fd8cd

Please sign in to comment.