Skip to content

Bump actions/checkout from 4.1.2 to 4.1.3 (#373) #616

Bump actions/checkout from 4.1.2 to 4.1.3 (#373)

Bump actions/checkout from 4.1.2 to 4.1.3 (#373) #616

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