https://github.com/ansys/scade-actions
Set of ci-cd actions for Ansys SCADE environments
https://github.com/ansys/scade-actions
Last synced: 2 months ago
JSON representation
Set of ci-cd actions for Ansys SCADE environments
- Host: GitHub
- URL: https://github.com/ansys/scade-actions
- Owner: ansys
- License: mit
- Created: 2024-02-12T15:39:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T07:07:52.000Z (about 1 year ago)
- Last Synced: 2024-05-22T15:46:23.035Z (about 1 year ago)
- Language: Python
- Homepage: http://actions.scade.docs.pyansys.com/
- Size: 2.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS
Awesome Lists containing this project
README
Ansys SCADE Actions
===================
|ansys| |CI-CD| |MIT|.. |ansys| image:: https://img.shields.io/badge/Ansys-ffc107.svg?labelColor=black&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAABDklEQVQ4jWNgoDfg5mD8vE7q/3bpVyskbW0sMRUwofHD7Dh5OBkZGBgW7/3W2tZpa2tLQEOyOzeEsfumlK2tbVpaGj4N6jIs1lpsDAwMJ278sveMY2BgCA0NFRISwqkhyQ1q/Nyd3zg4OBgYGNjZ2ePi4rB5loGBhZnhxTLJ/9ulv26Q4uVk1NXV/f///////69du4Zdg78lx//t0v+3S88rFISInD59GqIH2esIJ8G9O2/XVwhjzpw5EAam1xkkBJn/bJX+v1365hxxuCAfH9+3b9/+////48cPuNehNsS7cDEzMTAwMMzb+Q2u4dOnT2vWrMHu9ZtzxP9vl/69RVpCkBlZ3N7enoDXBwEAAA+YYitOilMVAAAAAElFTkSuQmCC
:target: https://actions.scade.docs.pyansys.com/
:alt: Ansys.. |CI-CD| image:: https://github.com/ansys/scade-actions/actions/workflows/ci_cd.yml/badge.svg
:target: https://github.com/ansys/scade-actions/actions/workflows/ci_cd.yml
:alt: CI-CD.. |MIT| image:: https://img.shields.io/badge/License-MIT-blue.svg
:target: https://opensource.org/blog/license/mit
:alt: MIT.. readme_common_begins
Ansys SCADE Actions contains a collection of `GitHub Actions
`_ that projects in the Ansys
SCADE ecosystem can use... readme_common_ends
Ansys SCADE Actions provides both query and test actions:
- Query actions retrieve Ansys SCADE installation directories and
Python environments.
- Test actions set up Python environments for SCADE and run the test suite
for a SCADE Python library. Tests are driven by an Ansys SCADE version,
such as ``23.1`` or ``24.1``, instead of a Python version, such as ``3.7``
or ``3.10``.For more information on available actions and how to use them, see the
`Ansys SCADE Actions documentation `_ .