We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a764037 commit 0189d0eCopy full SHA for 0189d0e
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
lint:
13
name: lint
14
runs-on: ubuntu-latest
15
- if: github.repository == 'Finch-API/finch-api-python'
+
16
17
steps:
18
- uses: actions/checkout@v4
@@ -33,7 +33,6 @@ jobs:
33
test:
34
name: test
35
36
37
38
39
.stats.yml
@@ -1,2 +1,2 @@
1
configured_endpoints: 37
2
-openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch-60f88b9ae0cedc03dd888b63ca8dec25658c87e6cc3493170114144ca9e070c9.yml
+openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-60f88b9ae0cedc03dd888b63ca8dec25658c87e6cc3493170114144ca9e070c9.yml
0 commit comments