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 e318e4c commit 04fa545Copy full SHA for 04fa545
.github/workflows/extra-rule-validation.yml
@@ -37,6 +37,10 @@ jobs:
37
shell: pwsh
38
run: scripts/util/Test-SharedImplementationsHaveTestCases.ps1 -Language cpp -CIMode
39
40
+ - name: Ensure C Shared Rules Have Valid Structure
41
+ shell: pwsh
42
+ run: scripts/util/Test-SharedImplementationsHaveTestCases.ps1 -Language c -CIMode
43
+
44
45
- uses: actions/upload-artifact@v3
46
with:
0 commit comments