Skip to content

Bump actions/checkout from 5.0.0 to 6.0.0 #735

Bump actions/checkout from 5.0.0 to 6.0.0

Bump actions/checkout from 5.0.0 to 6.0.0 #735

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-24.04, windows-2022]
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
- name: Run exercism/powershell ci (runs tests) for all exercises
shell: pwsh
run: bin/run-tests.ps1