ci(validation): improve output for readability, use lighter image

This commit is contained in:
Sam Chau
2025-08-27 05:31:55 +09:30
parent 492dbe8530
commit dd6904f391
2 changed files with 18 additions and 35 deletions

View File

@@ -18,14 +18,10 @@ on:
jobs:
validate:
runs-on: ubuntu-latest
container: mcr.microsoft.com/powershell:lts-alpine-3.18
steps:
- uses: actions/checkout@v4
- name: Setup PowerShell
run: |
sudo apt-get update
sudo apt-get install -y powershell
- name: validate
run: pwsh scripts/validateAllPatterns.ps1