Skip to content

exercises(space-age): sync docs #1014

exercises(space-age): sync docs

exercises(space-age): sync docs #1014

Workflow file for this run

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