🎉 Flipt v2.0.0 is now available! Experience the next generation of feature management with Pro features and enhanced GitOps workflow.
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: 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?