Skip to content

Sync the kindergarten-garden exercise's docs with the latest data. … #635

Sync the kindergarten-garden exercise's docs with the latest data. …

Sync the kindergarten-garden exercise's docs with the latest data. … #635

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