Documentation Index
Fetch the complete documentation index at: https://docs.flipt.io/llms.txt
Use this file to discover all available pages before exploring further.
Setup Flipt

🎉 New in Flipt Pro: Integrated secrets management with HashiCorp Vault, AWS Secrets Manager, GCP Secret Manager, and Azure Key Vault. Learn more.
How to use our GitHub Actions to automate your workflows.
Documentation Index
Fetch the complete documentation index at: https://docs.flipt.io/llms.txt
Use this file to discover all available pages before exploring further.

validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: flipt-io/[email protected]
with:
version: v2 # Installs the latest v2 release
# Optional, additional arguments to pass to the `flipt` command
# args:
# Optional, the directory to run Flipt against, defaults to the repository root
# working-directory:
- run: flipt validate
Was this page helpful?