Skip to content

Bump actions/checkout from 4.1.7 to 4.2.0 (#399) #667

Bump actions/checkout from 4.1.7 to 4.2.0 (#399)

Bump actions/checkout from 4.1.7 to 4.2.0 (#399) #667

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