Skip to content

Commit 3c7fb2a

Browse files
fix(workflows): correct checkout action syntax and update validation script
1 parent 8577ef5 commit 3c7fb2a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testRegex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
container: mcr.microsoft.com/powershell:lts
2222
steps:
23-
- uses: actions:checkout@v4
23+
- uses: actions/checkout@v4
2424

2525
- name: Test Patterns
2626
run: pwsh scripts/testPatterns.ps1

.github/workflows/validateRegex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- uses: actions/checkout@v4
2626

2727
- name: Validate Patterns
28-
run: pwsh scripts/validateAllPatterns.ps1
28+
run: pwsh scripts/validatePatterns.ps1

0 commit comments

Comments
 (0)