mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 17:36:53 +01:00
Add AL code generation skill contracts
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: bd6344b4-eafd-4a58-a1c9-5a2d96fa2938
This commit is contained in:
parent
be1b92b624
commit
b0d71418fa
17 changed files with 1885 additions and 39 deletions
5
.github/workflows/validate-frontmatter.yml
vendored
5
.github/workflows/validate-frontmatter.yml
vendored
|
|
@ -19,7 +19,10 @@ jobs:
|
|||
python-version: "3.12"
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install pyyaml
|
||||
run: pip install pyyaml jsonschema
|
||||
|
||||
- name: Run validator
|
||||
run: python .github/scripts/validate_frontmatter.py --root .
|
||||
|
||||
- name: Test generation contracts and routing
|
||||
run: python .github/scripts/test_generation_contracts.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue