Skip to content

Commit

Permalink
feat: initial release!
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejgray committed Jul 5, 2024
1 parent adc87be commit 4503cc8
Show file tree
Hide file tree
Showing 39 changed files with 476 additions and 316 deletions.
16 changes: 0 additions & 16 deletions .gitattributes

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/license_tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# ~~ Generated by projen. To modify, edit .projenrc.json and run "npx projen".

name: license_tests
on:
push: {}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/propose_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# ~~ Generated by projen. To modify, edit .projenrc.json and run "npx projen".

name: propose_release
on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish_alpha.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# ~~ Generated by projen. To modify, edit .projenrc.json and run "npx projen".

name: publish_alpha
on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# ~~ Generated by projen. To modify, edit .projenrc.json and run "npx projen".

name: publish_release
on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pull-request-lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# ~~ Generated by projen. To modify, edit .projenrc.json and run "npx projen".

name: pull-request-lint
on:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/skill_tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# ~~ Generated by projen. To modify, edit .projenrc.json and run "npx projen".

name: skill_tests
on:
pull_request: {}
Expand All @@ -15,6 +13,9 @@ jobs:
permissions:
contents: read
uses: neongeckocom/.github/.github/workflows/skill_tests.yml@master
with:
ovos_versions: "[3.8, 3.9, '3.10', '3.11', '3.12']"
neon_versions: "[3.8, 3.9, '3.10', '3.11', '3.12']"
skill_intent_tests:
name: skill_intent_tests
permissions:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update_skill_json.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# ~~ Generated by projen. To modify, edit .projenrc.json and run "npx projen".

name: update_skill_json
on:
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# ~~ Generated by projen. To modify, edit .projenrc.json and run "npx projen".
node_modules/
!/.gitattributes
!/.projen/tasks.json
!/.projen/deps.json
!/.projen/files.json
!/.github/workflows/pull-request-lint.yml
.DS_Store
node_modules
Expand Down
18 changes: 0 additions & 18 deletions .projen/files.json

This file was deleted.

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

This file was deleted.

4 changes: 0 additions & 4 deletions .projenrc.json

This file was deleted.

5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"python.testing.pytestArgs": ["test"],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
Loading

0 comments on commit 4503cc8

Please sign in to comment.