mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 07:46:58 +00:00
fix(workflows): correct checkout action syntax and update validation script
This commit is contained in:
2
.github/workflows/testRegex.yml
vendored
2
.github/workflows/testRegex.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container: mcr.microsoft.com/powershell:lts
|
||||
steps:
|
||||
- uses: actions:checkout@v4
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Test Patterns
|
||||
run: pwsh scripts/testPatterns.ps1
|
||||
2
.github/workflows/validateRegex.yml
vendored
2
.github/workflows/validateRegex.yml
vendored
@@ -25,4 +25,4 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Validate Patterns
|
||||
run: pwsh scripts/validateAllPatterns.ps1
|
||||
run: pwsh scripts/validatePatterns.ps1
|
||||
|
||||
Reference in New Issue
Block a user