Skip to content

Commit a2af5e8

Browse files
committed
touches
1 parent 699f2af commit a2af5e8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: CI
22
on:
33
push:
4+
paths-ignore:
5+
- "README.md"
6+
- "LICENSE"
47
pull_request:
58
jobs:
69
ci:

readme.md renamed to README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# `kubeconfig-merge`: Painless and faultless way to merge kubeconfig files
2-
2+
---
3+
![release](https://img.shields.io/github/v/release/btungut/kubeconfig-merge)
4+
![Code Coverage](https://img.shields.io/badge/Code%20Coverage-51%25-yellow?style=flat)
5+
![build](https://img.shields.io/github/actions/workflow/status/btungut/kubeconfig-merge/ci.yml?branch=master)
6+
![go](https://img.shields.io/github/go-mod/go-version/btungut/kubeconfig-merge)
37
## Arguments
48

59
| Argument | Description | Default |

0 commit comments

Comments
 (0)