Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 6f0861d

Browse files
committed
refactor: repurpose repository for openapi/typespec
1 parent 0ee471a commit 6f0861d

File tree

122 files changed

+11
-11947
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+11
-11947
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/deploy-docs-site.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/deploy-openapi-spec.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
cache-dependency-path: "./api/src/core/package-lock.json"
2525
- name: Install TypeSpec and compile project
2626
run: |
27-
cd ./api/src/core/
27+
cd ./src/core/
2828
npm install -g @typespec/compiler
2929
npm install
3030
tsp compile .
3131
- name: Commit OpenAPI specification to repository
3232
run: |
3333
tree -L 2
34-
mv ./api/src/core/tsp-output/@typespec/openapi3/openapi.v1.0-beta.1.yaml ./api/build/core-openapi3.yaml
35-
git add ./api/build/*
34+
mv ./src/core/tsp-output/@typespec/openapi3/openapi.v1.0-beta.1.yaml ./api/build/core-openapi3.yaml
35+
git add ./build/*
3636
git commit -m "[bot]update openapi3 schema" || true
3737
git push || true

.github/workflows/python-mkdocs.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.vscode/extensions.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{
2-
"recommendations": [
3-
"davidanson.vscode-markdownlint",
4-
"chrischinchilla.vale-vscode",
5-
"valentjn.vscode-ltex",
6-
"gruntfuggly.todo-tree",
7-
"typespec.typespec-vscode",
8-
"bierner.markdown-mermaid",
9-
"streetsidesoftware.code-spell-checker"
10-
]
11-
}
2+
"recommendations": [
3+
"davidanson.vscode-markdownlint",
4+
"gruntfuggly.todo-tree",
5+
"typespec.typespec-vscode",
6+
"bierner.markdown-mermaid",
7+
"streetsidesoftware.code-spell-checker"
8+
]
9+
}
File renamed without changes.

0 commit comments

Comments
 (0)