We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222a861 commit 511eef5Copy full SHA for 511eef5
.github/workflows/conformance-to-Conformancelab.yml
@@ -1,4 +1,4 @@
1
-name: Repo integrity 2
+name: Conformance to Conformancelab
2
3
on: pull_request
4
@@ -14,6 +14,7 @@ jobs:
14
- name: Get the changed TestScripts
15
id: get-changed-testscripts
16
run: |
17
+ git config --global --add safe.directory .
18
files=$(git diff --name-only --diff-filter=ACM --ignore-space-at-eol main -- 'output/*.xml' ':(exclude)*/_reference/*.xml')
19
echo "files=$files"
20
0 commit comments