Skip to content

Commit

Permalink
add compliance of test code
Browse files Browse the repository at this point in the history
  • Loading branch information
Al Niessner authored and Al Niessner committed Jan 13, 2025
1 parent e9b1c5e commit e8a6dad
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/static_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,22 @@ jobs:
pip install -r .ci/requirements.txt
- name: pyroma
run: pyroma --min 10 Python
Compliance:
name: Test Engine Compliance
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
architecture: 'x64'
python-version: '3.12'
- name: Prepare Python
run: |
python -m pip install --upgrade pip
pip install -r Python/requirements.txt
pip install -r Python/
- name: Compliance
run: |
python -m dawgie.tools.compliant --ae-dir=Test/ae --ae-pkg=ae
python -m dawgie.tools.compliant --ae-dir=Test/bae --ae-pkg=bae
python -m dawgie.tools.compliant --ae-dir=Test/Integration/ae --ae-pkg=ae

0 comments on commit e8a6dad

Please sign in to comment.