Add AIFactory and AI class. Update doc accordingly #33
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI Joomla Framework | |
| on: | |
| push: | |
| pull_request: | |
| schedule: | |
| - cron: 15 2 * * 1 | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| framework-ci: | |
| uses: joomla-framework/.github/.github/workflows/workflow-v4.yml@main |