Skip to content

Commit

Permalink
add lint check in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc committed Dec 10, 2024
1 parent d5d901a commit 6c1c462
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/http-client-python/eng/scripts/Build-Packages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ try {

Invoke-LoggedCommand "npm run build" -GroupOutput

Write-Host "run lint check for pygen"
Invoke-LoggedCommand "npm run lint:py" -GroupOutput

# pack the emitter
Invoke-LoggedCommand "npm pack"
Copy-Item "typespec-http-client-python-$emitterVersion.tgz" -Destination "$outputPath/packages"
Expand Down

0 comments on commit 6c1c462

Please sign in to comment.