mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 07:46:58 +00:00
26 lines
587 B
YAML
26 lines
587 B
YAML
name: Test Regex
|
|
|
|
on:
|
|
push:
|
|
paths:
|
|
- "regex_patterns/**/*.yml"
|
|
- "regex_patterns/**/*.yaml"
|
|
- ".github/workflows/testRegex.yml"
|
|
- "scripts/testPatterns.ps1"
|
|
pull_request:
|
|
paths:
|
|
- "regex_patterns/**/*.yml"
|
|
- "regex_patterns/**/*.yaml"
|
|
- ".github/workflows/testRegex.yml"
|
|
- "scripts/testPatterns.ps1"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
container: mcr.microsoft.com/powershell:lts
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
|
|
- name: Test Patterns
|
|
run: pwsh scripts/testPatterns.ps1 |