Skip to content

Commit 0e369c5

Browse files
authored
Merge pull request #16 from Graylog2/cicd
Brining in basic chart linting
2 parents 1e993f6 + b30aa4a commit 0e369c5

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Tests
2+
3+
on:
4+
pull_request:
5+
branches: ["main"]
6+
push:
7+
branches: ["main"]
8+
9+
jobs:
10+
lint:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v3
14+
- uses: d3adb5/helm-unittest-action@v2
15+
- run: helm lint graylog

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Graylog Helm
2+
![Tests](https://github.com/graylog2/graylog-helm/actions/workflows/lint-and-test.yaml/badge.svg)
3+
24
Official helm chart for Graylog.
35

46
## Not For External Use

0 commit comments

Comments
 (0)