We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e993f6 + b30aa4a commit 0e369c5Copy full SHA for 0e369c5
.github/workflows/lint-and-test.yaml
@@ -0,0 +1,15 @@
1
+name: Tests
2
+
3
+on:
4
+ pull_request:
5
+ branches: ["main"]
6
+ push:
7
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
@@ -1,4 +1,6 @@
# Graylog Helm
+
Official helm chart for Graylog.
## Not For External Use
0 commit comments