🎉 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.
validate: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: flipt-io/setup-action@v0.5.0 with: version: v1 # Installs the latest v1 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?