Add the specification of the MeTTa language which is implemented by hyperon-experimental #1861
Workflow file for this run
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 auto | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| ci-auto: | |
| uses: ./.github/workflows/common.yml | |
| with: | |
| python-version: "3.8" | |
| os: "ubuntu-22.04" | |
| cmake-version: "3.24.x" | |
| build-type: "Debug" | |
| publish-doc: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/main' }} |