Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
shield

GitHub Action

Falco VCL parser

0.0.2

Falco VCL parser

shield

Falco VCL parser

Falco Fastly VCL parser and linter

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Falco VCL parser

uses: ain/[email protected]

Learn more about this action in ain/falco-github-action

Choose a version

falco-github-action

Falco GitHub Action for VCL parsing and validation.

Usage

- name: Lint VCL
  uses: ain/falco-github-action@latest
  with:
    subcommand: lint
    options: "-v -I test/vcl/includes"
    target: test/vcl/valid_with_include.vcl

Inputs

Input Default Required Description
subcommand lint yes Run linter on VCL (or ACL)
options - no Optional flags, see Common Flags of Falco
target - yes VCL (or ACL) to target, e.g. to lint

Licence

Copyright © 2023 Ain Tohvri. Licenced under MIT.