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 0a806f1 commit da14f38Copy full SHA for da14f38
.github/workflows/ci.yml
@@ -29,24 +29,5 @@ jobs:
29
30
- name: Run lints
31
run: ./scripts/lint
32
- test:
33
- name: test
34
- runs-on: ubuntu-latest
35
-
36
- steps:
37
- - uses: actions/checkout@v4
38
39
- - name: Install Rye
40
- run: |
41
- curl -sSf https://rye-up.com/get | bash
42
- echo "$HOME/.rye/shims" >> $GITHUB_PATH
43
- env:
44
- RYE_VERSION: 0.24.0
45
- RYE_INSTALL_OPTION: '--yes'
46
47
- - name: Bootstrap
48
- run: ./scripts/bootstrap
49
50
- - name: Run tests
51
- run: ./scripts/test
52
.stats.yml
@@ -1,2 +1 @@
1
configured_endpoints: 6
2
-openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openlayer%2Fopenlayer-7a4eecce275c87fdeff6194c1e6b1ccc1e703127193b0e6a381f73e358ea0bfb.yml
0 commit comments