Skip to content

fixing

fixing #5

Workflow file for this run

name: Lint
on:
pull_request:
branches: ["main"]
push:
branches: ["main", "cicd"]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: d3adb5/helm-unittest-action@v2
- run: helm lint graylog