Skip to content

chore: bump black from 24.4.2 to 24.8.0 in /openfeature/providers/python-provider #4686

chore: bump black from 24.4.2 to 24.8.0 in /openfeature/providers/python-provider

chore: bump black from 24.4.2 to 24.8.0 in /openfeature/providers/python-provider #4686

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@v44
with:
files: ./website/
- name: Test Build website
if: steps.changed-files-specific.outputs.any_changed == 'true'
run: make build-doc