Skip to content

Sync the zebra-puzzle exercise's docs with the latest data. (#372) #614

Sync the zebra-puzzle exercise's docs with the latest data. (#372)

Sync the zebra-puzzle exercise's docs with the latest data. (#372) #614

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@9bb56186c3b09b4f86b1c65136769dd318469633
- name: Run exercism/powershell ci (runs tests) for all exercises
shell: pwsh
run: bin/run-tests.ps1