Skip to content

Commit 423bc2e

Browse files
committed
add note about spec
1 parent fe8d53c commit 423bc2e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test-tar.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
run: npm install $(grep -m1 prism-cli scripts/mock | awk '{print $3}' | sed s/--package=//)
3434
working-directory: ${{ env.CHECKOUT_DIR }}
3535

36+
# The spec is under a BSD licensw, its all good. see https://github.com/cloudflare/api-schemas
3637
- name: fetch cloudflare api spec
3738
run: wget $(yq -e '.openapi_spec_url' .stats.yml) -O cloudflare-spec.yml
3839
working-directory: ${{ env.CHECKOUT_DIR }}

0 commit comments

Comments
 (0)