Skip to content

feat(skill): fully functional sections #1

feat(skill): fully functional sections

feat(skill): fully functional sections #1

Workflow file for this run

# ~~ Generated by projen. To modify, edit .projenrc.json and run "npx projen".
name: skill_tests
on:
pull_request: {}
workflow_dispatch: {}
jobs:
py_build_tests:
name: py_build_tests
permissions:
contents: read
uses: neongeckocom/.github/.github/workflows/python_build_tests.yml@master
skill_unit_tests:
name: skill_unit_tests
permissions:
contents: read
uses: neongeckocom/.github/.github/workflows/skill_tests.yml@master
skill_intent_tests:
name: skill_intent_tests
permissions:
contents: read
uses: neongeckocom/.github/.github/workflows/skill_test_intents.yml@master
skill_resource_tests:
name: skill_resource_tests
permissions:
contents: read
uses: neongeckocom/.github/.github/workflows/skill_test_resources.yml@master
skill_install_tests:
name: skill_install_tests
permissions:
contents: read
uses: neongeckocom/.github/.github/workflows/skill_test_installation.yml@master