ci(validation): add testing workflow

This commit is contained in:
Sam Chau
2025-08-27 05:49:26 +09:30
parent 14d364fd9b
commit 4c6ca5c13c
5 changed files with 185 additions and 78 deletions

View File

@@ -1,4 +1,4 @@
name: Validate Regex Patterns
name: Regular Expressions
on:
push:
@@ -26,6 +26,4 @@ jobs:
run: pwsh scripts/validateAllPatterns.ps1
- name: test
run: |
echo "TODO: Implement unit tests for all patterns"
# TODO: Add test runner command here
run: pwsh scripts/testPatterns.ps1