Skip to content
Closed

test #24

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/workflows/validate-yaml-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
permissions:
contents: read
pull-requests: write
issues: write

env:
# draft/2020-12 schema — switch to rule-merged if you need $defs inlined
SCHEMA_URL: >-
https://raw.githubusercontent.com/cdisc-org/cdisc-rules-engine/refs/heads/main/resources/schema/rule-merged/CORE-base.json

Expand Down Expand Up @@ -122,10 +122,7 @@ jobs:
# 7. Post report as PR comment
# -----------------------------------------------------------------------
- name: Post report to PR
if: >
always() &&
github.event_name == 'pull_request' &&
steps.changed.outputs.no_files == 'false'
if: always() && github.event_name == 'pull_request' && steps.changed.outputs.no_files == 'false'
uses: actions/github-script@v9
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

This file was deleted.

3 changes: 1 addition & 2 deletions Unpublished/SDTMIG/CORE-000536/rule.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Variable: ARMCD
# Condition:
# Rule: ARMCD is a valid planned arm code
# Condition: ARMCD is a valid planned arm code
Authorities:
- Organization: CDISC
Standards:
Expand Down
2 changes: 1 addition & 1 deletion engine
Submodule engine updated 168 files
Loading