Skip to content

Commit

Permalink
Merge pull request #26 from tomchop/dfiq1.1
Browse files Browse the repository at this point in the history
DFIQ 1.1 schema changes
  • Loading branch information
tomchop authored Jan 17, 2025
2 parents 634f9f9 + 90f6e1f commit 4fba604
Show file tree
Hide file tree
Showing 173 changed files with 2,026 additions and 1,686 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: ci
on:
push:
branches:
Expand All @@ -13,12 +13,13 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v3
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-redirects
- run: mkdocs gh-deploy --force -f site/mkdocs.yml
- run: pip install poetry
- run: poetry add mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-redirects
- run: poetry run mkdocs gh-deploy --force -f site/mkdocs.yml
12 changes: 6 additions & 6 deletions .github/workflows/yamale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pipenv
pip install yamale
pip install poetry
poetry add yamale
- name: Validate Scenarios YAML
run: |
yamale -s utils/scenario_spec.yaml ./data/scenarios
yamale -s utils/facet_spec.yaml ./data/facets
yamale -s utils/question_spec.yaml ./data/questions
yamale -s utils/approach_spec.yaml ./data/approaches
poetry run yamale -s utils/scenario_spec.yaml ./data/scenarios
poetry run yamale -s utils/facet_spec.yaml ./data/facets
poetry run yamale -s utils/question_spec.yaml ./data/questions
poetry run yamale -s utils/approach_spec.yaml ./data/approaches
90 changes: 0 additions & 90 deletions dfiq/data/approaches/Q1001.10.yaml

This file was deleted.

71 changes: 0 additions & 71 deletions dfiq/data/approaches/Q1001.11.yaml

This file was deleted.

81 changes: 0 additions & 81 deletions dfiq/data/approaches/Q1001.12.yaml

This file was deleted.

49 changes: 0 additions & 49 deletions dfiq/data/approaches/Q1018.10.yaml

This file was deleted.

46 changes: 0 additions & 46 deletions dfiq/data/approaches/Q1018.11.yaml

This file was deleted.

Loading

0 comments on commit 4fba604

Please sign in to comment.