validate-grafana-alloy-syntax
ActionsTags
(1)Performs basic syntax validation of Grafana Alloy configurations (matching parentheses, only valid characters, etc...). Does not validate things at the service or component level.
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
Input | Description |
---|---|
directory |
The directory containing Alloy configurations to validate. |
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.