Skip to content

Commit

Permalink
fix(ci): Install Prelude; Make validate script name more consistent w…
Browse files Browse the repository at this point in the history
…ith PS standards
  • Loading branch information
jhwohlgemuth committed Aug 24, 2024
1 parent 8c73554 commit 8da7cfe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
- shell: pwsh
run: |
npm install
pwsh -Command Install-Module -Name Prelude -Scope CurrentUser -Force
npm run validate
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"precompile": "npm run format",
"compile": "tsp compile ./specs/index.tsp",
"prevalidate": "npm run compile",
"validate": "pwsh ./scripts/validate.ps1"
"validate": "pwsh -Command ./scripts/Invoke-Validate.ps1"
}
}
File renamed without changes.

1 comment on commit 8da7cfe

@jhwohlgemuth
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.