Skip to content

Commit

Permalink
adds suggested extensions; fix for poe?
Browse files Browse the repository at this point in the history
  • Loading branch information
songololo committed Oct 28, 2024
1 parent 828a7a3 commit 454edb3
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build docs
run: |
uv sync --dev
poe run generate_docs
uv run poe generate_docs
- run: cd docs && npm install && npm run build && cd ..
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build docs
run: |
uv sync --dev
poe generate_docs
uv run poe generate_docs
- run: cd docs && npm install && npm run build && cd ..
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Verify project
run: |
uv sync --dev
poe verify_project
uv run poe verify_project
linux:
runs-on: ubuntu-latest
needs: check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_package_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Verify project
run: |
uv sync --dev
poe verify_project
uv run poe verify_project
linux:
runs-on: ubuntu-latest
needs: check
Expand Down
17 changes: 17 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"recommendations": [
"tamasfe.even-better-toml",
"ms-toolsai.jupyter",
"ms-toolsai.vscode-jupyter-cell-tags",
"ms-toolsai.jupyter-keymap",
"ms-toolsai.vscode-jupyter-slideshow",
"ms-toolsai.jupyter-renderers",
"davidanson.vscode-markdownlint",
"bierner.markdown-mermaid",
"ms-python.vscode-pylance",
"ms-python.python",
"ms-python.debugpy",
"charliermarsh.ruff",
"mhutchie.git-graph"
]
}

0 comments on commit 454edb3

Please sign in to comment.