Skip to content

chore: bump @openfeature/go-feature-flag-web-provider from 0.2.2 to 0.2.3 in /examples/openfeature_react/react-app #6530

chore: bump @openfeature/go-feature-flag-web-provider from 0.2.2 to 0.2.3 in /examples/openfeature_react/react-app

chore: bump @openfeature/go-feature-flag-web-provider from 0.2.2 to 0.2.3 in /examples/openfeature_react/react-app #6530

Workflow file for this run

name: Docs validation
on:
pull_request:
branches:
- main
jobs:
test-doc-build:
name: Test documentation build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Get changed files in the docs folder
id: changed-files-specific
uses: tj-actions/changed-files@v45
with:
files: ./website/
- name: Test Build website
if: steps.changed-files-specific.outputs.any_changed == 'true'
run: make build-doc