Skip to content

validate-grafana-alloy-syntax

Actions
Validate basic Grafana Alloy Syntax
v1.0.1-alpha
Latest
Star (0)

validate-alloy-syntax

Performs basic syntax validation of Grafana Alloy configurations (matching parentheses, only valid characters, etc...). Does not validate things at the service or component level.

Usage

Example Workflow

name: My Workflow
on: [push, pull_request]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v4
    - name: Validate Alloy Syntax
      uses: spartan0x117/validate-alloy-syntax@master
      with:
        directory: ./alloy_configs

Inputs

Input Description
directory The directory containing Alloy configurations to validate.

Outputs

This action does not produce any outputs.

validate-grafana-alloy-syntax is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Validate basic Grafana Alloy Syntax
v1.0.1-alpha
Latest

validate-grafana-alloy-syntax is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.