Skip to content

pig-latin: sync

pig-latin: sync #637

Workflow file for this run

name: powershell / main
on:
push:
branches: [master, main]
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022]
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- name: Run exercism/powershell ci (runs tests) for all exercises
shell: pwsh
run: bin/run-tests.ps1