Skip to content

syslog-ng: add webhook() and webhook-json() sources #37

syslog-ng: add webhook() and webhook-json() sources

syslog-ng: add webhook() and webhook-json() sources #37

Workflow file for this run

name: AxoSyslog Chart
on:
push:
pull_request:
defaults:
run:
working-directory: charts/axosyslog
jobs:
axosyslog:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Linter
run: |
docker run -v${PWD}:${PWD} alpine/helm lint ${PWD}