Skip to content

Commit

Permalink
feat: modernize for ovos (#1)
Browse files Browse the repository at this point in the history
* feat: modernize for ovos
  • Loading branch information
mikejgray authored Feb 7, 2024
1 parent 52731df commit 9de6f95
Show file tree
Hide file tree
Showing 39 changed files with 821 additions and 90 deletions.
17 changes: 17 additions & 0 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .github/workflows/auto_translate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Auto translate
on:
workflow_dispatch:

jobs:
autotranslate:
uses: openvoiceos/.github/.github/workflows/auto_translate.yml@feat/shared_actions1
with:
branch: ${{ github.event.inputs.branch }}
action_branch: feat/shared_actions1
python_version: "3.10"
locale_folder: locale
30 changes: 30 additions & 0 deletions .github/workflows/pull-request-lint.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 35 additions & 0 deletions .github/workflows/skill_tests.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .github/workflows/update_skill_json.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

95 changes: 91 additions & 4 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions .projen/files.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

105 changes: 105 additions & 0 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .projenrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "@mikejgray/ovos-skill-projen.OVOSSkillProject",
"name": "meal-plan-skill",
"retrofit": true,
"author": "Mike Gray",
"authorAddress": "mike@graywind.org",
"authorHandle": "mikejgray",
"repositoryUrl": "https://github.com/mikejgray/skill-meal-plan",
"packageDir": ".",
"skillClass": "MealPlanSkill",
"license": "Apache-2.0"
}
Loading

0 comments on commit 9de6f95

Please sign in to comment.