Skip to content

Bump actions/checkout from 6.0.1 to 6.0.2 (#433) #741

Bump actions/checkout from 6.0.1 to 6.0.2 (#433)

Bump actions/checkout from 6.0.1 to 6.0.2 (#433) #741

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