Skip to content

Commit

Permalink
Update validate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnybottles authored Nov 29, 2024
1 parent a6e9f9d commit e21587b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
on: [pull_request]
# on: [pull_request]

jobs:
validate:
runs-on: windows-2019
# jobs:
# validate:
# runs-on: windows-2019

steps:
- uses: actions/checkout@v1
- name: Install Prerequisites
run: .\build\vsts-prerequisites.ps1
shell: powershell
- name: Validate
run: .\build\vsts-validate.ps1
shell: powershell
# steps:
# - uses: actions/checkout@v1
# - name: Install Prerequisites
# run: .\build\vsts-prerequisites.ps1
# shell: powershell
# - name: Validate
# run: .\build\vsts-validate.ps1
# shell: powershell

0 comments on commit e21587b

Please sign in to comment.