We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fc134 commit 2fa2db5Copy full SHA for 2fa2db5
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
providers/openfeature-provider-env-var:
39
- 'providers/openfeature-provider-env-var/**'
40
providers/providers/openfeature-provider-flagd:
41
- - 'providers/providers/openfeature-provider-flagd/**'
+ - 'providers/openfeature-provider-flagd/**'
42
providers/openfeature-provider-flipt:
43
- 'providers/openfeature-provider-flipt/**'
44
providers/openfeature-provider-ofrep:
@@ -97,6 +97,7 @@ jobs:
97
uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6
98
with:
99
python-version: "3.13"
100
+ enable-cache: false # caching is done automatically in `pre-commit/action`
101
102
- name: Run pre-commit
103
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
0 commit comments