Skip to content

fix: preserve UTF-8 PowerShell parsing #130

fix: preserve UTF-8 PowerShell parsing

fix: preserve UTF-8 PowerShell parsing #130

Workflow file for this run

name: Quality Checks

Check failure on line 1 in .github/workflows/quality.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/quality.yml

Invalid workflow file

(Line: 30, Col: 16): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.shell_name
on:
push:
branches:
- main
- master
pull_request:
jobs:
smoke-matrix:
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
shell_name:
- powershell
- pwsh
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Run smoke tests
shell: ${{ matrix.shell_name }}
run: .\scripts\run-smoke-tests.ps1