Skip to content

.github: Bump actions/checkout from 4.2.0 to 4.2.2 #1093

.github: Bump actions/checkout from 4.2.0 to 4.2.2

.github: Bump actions/checkout from 4.2.0 to 4.2.2 #1093

Workflow file for this run

name: Testing CI
on:
push:
pull_request:
branches:
- main
jobs:
test-exercises:
strategy:
matrix:
os: [ubuntu-22.04, macos-13, windows-2022]
name: Check exercises (${{ matrix.os }})
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Install Zig
shell: bash
run: ./.github/bin/install-zig
- name: Test exercises
shell: bash
run: ./bin/run-tests