Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

build(deps): bump template from 45dea6f to 2e30b4c #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion template
Submodule template updated 43 files
+25 −0 .github/actions/check/action.yaml
+33 −0 .github/actions/check/main.sh
+43 −0 .github/actions/install/action.yaml
+23 −0 .github/actions/install/scripts/apt-install.sh
+30 −0 .github/actions/install/scripts/brew-install.sh
+22 −0 .github/actions/install/scripts/choco-install.sh
+9 −0 .github/actions/install/scripts/other/install.sh
+6 −0 .github/actions/install/scripts/other/poetry.sh
+13 −0 .github/actions/install/scripts/other/task.sh
+30 −0 .github/actions/merge/action.yaml
+21 −0 .github/actions/merge/check.py
+16 −0 .github/actions/merge/main.sh
+56 −0 .github/actions/release/action.yaml
+52 −0 .github/actions/release/main.sh
+10 −0 .github/auto-label.yaml
+10 −0 .github/blunderbuss.yml
+38 −5 .github/dependabot.yaml
+2 −3 .github/sync-repo-settings.yaml
+0 −22 .github/workflows/license.yaml
+0 −31 .github/workflows/mkdocs.yaml
+22 −0 .github/workflows/sync.yaml
+39 −0 .github/workflows/test-install.yaml
+37 −0 .github/workflows/update.yaml
+0 −176 .gitignore
+40 −120 .pre-commit-config.yaml
+7 −0 .vscode/settings.json
+148 −0 CHANGELOG.md
+1 −1 LICENSE
+0 −14 Makefile
+5 −0 README.md
+33 −0 action.yaml
+44 −0 cspell.json
+0 −1 docs/index.md
+0 −6 docs/requirements.txt
+27 −36 init.mk
+0 −16 make/mkdocs.mk
+0 −67 mkdocs.yaml
+90 −0 scripts/cspell-init.py
+12 −12 scripts/deploy-gh-pages.sh
+27 −0 scripts/gh-clone-all.sh
+45 −0 scripts/gh-init.sh
+0 −7 scripts/gh-secret-set-pypi.sh
+34 −0 scripts/sync-all.sh