Skip to content

Improving implementation skill in auto mode #29

Improving implementation skill in auto mode

Improving implementation skill in auto mode #29

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Test plugin structure
run: ./tests/test_plugin_structure.sh
- name: Test skill content
run: ./tests/test_skill_content.sh
- name: Test content bundle
run: ./tests/test_content_bundle.sh
- name: Test update settings script
run: ./tests/test_update_settings.sh