We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f64273 commit 2e9417cCopy full SHA for 2e9417c
1 file changed
.github/workflows/validate-rules-csv.yml …thub/workflows/extra-rule-validation.yml.github/workflows/validate-rules-csv.yml renamed to .github/workflows/extra-rule-validation.yml
@@ -1,4 +1,4 @@
1
-name: ⚙️ Validate Rules CSV
+name: ⚙️ Extra Fule Validation
2
3
on:
4
push:
@@ -26,8 +26,8 @@ jobs:
26
run: scripts/util/Get-DuplicateRules.ps1 -Language 'all' -CIMode
27
28
29
- validate-rules-structure:
30
- name: Validate Rules Structure
+ validate-shared-rules-test-structure:
+ name: Validate Rules Test Structure
31
runs-on: ubuntu-22.04
32
steps:
33
- name: Checkout
0 commit comments