Skip to content

Commit 9ba5c3b

Browse files
committed
chore: add ci pipeline with awesome-lint
1 parent 94cacf6 commit 9ba5c3b

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

.github/workflows/main.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: CI
2+
on:
3+
pull_request:
4+
branches: [main]
5+
jobs:
6+
awesome-lint:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
with:
11+
fetch-depth: 0
12+
- run: npx awesome-lint

README.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ Feel free to contribute to this repo, [PRs are more than welcome](https://github
2525
- [Tips \& Tricks](#tips--tricks)
2626
- [Misc](#misc)
2727
- [Related lists](#related-lists)
28-
- [License](#license)
29-
3028

3129
## Introduction
3230

@@ -37,16 +35,11 @@ Kustomize works as a standalone binary; also, it's built into `kubectl` (since v
3735
off-the-shelf applications like **Helm charts**. Also, it has a deep integration with different **GitOps** tools
3836
like ArgoCD, Flux, and many others.
3937

40-
- [Website](https://kustomize.io)
41-
- [Docs](https://kubectl.docs.kubernetes.io/references/kustomize)
42-
- [Git repo](https://github.com/kubernetes-sigs/kustomize)
43-
44-
4538
## Plugins
4639

4740
Kustomize has 3 types of plugins `generator`, `transformer`, and `validator`.
4841

49-
> **Note**
42+
> Note
5043
>
5144
> If you are a plugin developer, it's highly recommended to support the new plugins standard
5245
> [KRM function](https://github.com/kubernetes-sigs/kustomize/blob/master/cmd/config/docs/api-conventions/functions-spec.md).

0 commit comments

Comments
 (0)